Html Css Color HEX #082972 Sapphire

📋 copy color: '#082972'

red 8 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #082972

Tints of Sapphire #082972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.94%

R = 4.91%
G = 25.15%
B = 69.94%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082972 (or 0x082972) is known color: Sapphire. HEX triplet: 08, 29 and 72. RGB value is (8,41,114). Sum of RGB (Red+Green+Blue) = 8+41+114=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #082972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082972 is #F7D68D. Grayscale: #272727. Windows color (decimal): -16242318 or 7481608. OLE color: 7481608.

HSL color Cylindrical-coordinate representation of color #082972: hue angle of 221.32º 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 #082972 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 41 114 -
CMYK 0.93 0.64 0 0.55
HSL 221.32º 0.87% 0.24% -
HSV(B) 221.32º 0.93% 0.45% -
XYZ 3.93 2.85 16.26 -
YUV 39.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 8 41 114 0.93 0.64 0 0.55 221.32 0.87 0.24
Hex 8 29 72 5D 40 0 37 DD 57 18
Octal 10 51 162 135 100 0 67 335 127 30
Binary 1000 101001 1110010 1011101 1000000 0 110111 11011101 1010111 11000

Color Harmonies of #082972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082972

Black with #082972

Text Example


Text Example

White with #082972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082972; }

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

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

background-color css

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

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

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

border-color css

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

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

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