Html Css Color HEX #082974 Sapphire

📋 copy color: '#082974'

red 8 ◦ green 41 ◦ blue 116

#082974
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #082974

Tints of Sapphire #082974

RGB

 RED value IS 8 (3.52% from 255) = 4.85%

 GREEN value IS 41 (16.41% from 255) = 24.85%

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 4.85%
G = 24.85%
B = 70.3%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#082974 (or 0x082974) is known color: Sapphire. HEX triplet: 08, 29 and 74. RGB value is (8,41,116). Sum of RGB (Red+Green+Blue) = 8+41+116=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #082974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082974 is #F7D68B. Grayscale: #272727. Windows color (decimal): -16242316 or 7612680. OLE color: 7612680.

HSL color Cylindrical-coordinate representation of color #082974: hue angle of 221.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082974 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 41 116 -
CMYK 0.93 0.65 0 0.55
HSL 221.67º 0.87% 0.24% -
HSV(B) 221.67º 0.93% 0.45% -
XYZ 4.05 2.9 16.87 -
YUV 39.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 8 41 116 0.93 0.65 0 0.55 221.67 0.87 0.24
Hex 8 29 74 5D 41 0 37 DE 57 18
Octal 10 51 164 135 101 0 67 336 127 30
Binary 1000 101001 1110100 1011101 1000001 0 110111 11011110 1010111 11000

Color Harmonies of #082974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082974

Black with #082974

Text Example


Text Example

White with #082974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082974; }

 p { color: rgb(8,41,116); }

 H1.HeaderClassName
 {
   color: #082974;
 }
 .AnyTagClassName
 {
   color: #082974;
 }
</style>

background-color css

<style>
 a { background-color: #082974; }

 a { background-color: rgb(8,41,116); }

 div.DivClassName
 {
   background-color: #082974;
 }
 .BgClassName
 {
   background-color: #082974;
 }
</style>

border-color css

<style>
 span { border-color: #082974; }

 span { border-color: rgb(8,41,116); }

 td.TdClassName
 {
   border-color: #082974;
 }
 .TagClassName
 {
   border-color: #082974;
 }
</style>