Html Css Color HEX #082872 Sapphire

📋 copy color: '#082872'

red 8 ◦ green 40 ◦ blue 114

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

Shades of Sapphire #082872

Tints of Sapphire #082872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

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

R = 4.94%
G = 24.69%
B = 70.37%

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

#082872 (or 0x082872) is known color: Sapphire. HEX triplet: 08, 28 and 72. RGB value is (8,40,114). Sum of RGB (Red+Green+Blue) = 8+40+114=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #082872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082872 is #F7D78D. Grayscale: #262626. Windows color (decimal): -16242574 or 7481352. OLE color: 7481352.

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

Color convert

RGB 8 40 114 -
CMYK 0.93 0.65 0 0.55
HSL 221.89º 0.87% 0.24% -
HSV(B) 221.89º 0.93% 0.45% -
XYZ 3.9 2.78 16.25 -
YUV 38.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 8 40 114 0.93 0.65 0 0.55 221.89 0.87 0.24
Hex 8 28 72 5D 41 0 37 DE 57 18
Octal 10 50 162 135 101 0 67 336 127 30
Binary 1000 101000 1110010 1011101 1000001 0 110111 11011110 1010111 11000

Color Harmonies of #082872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082872

Black with #082872

Text Example


Text Example

White with #082872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082872; }

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

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

background-color css

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

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

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

border-color css

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

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

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