Html Css Color HEX #082072 Sapphire

📋 copy color: '#082072'

red 8 ◦ green 32 ◦ blue 114

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

Shades of Sapphire #082072

Tints of Sapphire #082072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

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

R = 5.19%
G = 20.78%
B = 74.03%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082072 (or 0x082072) is known color: Sapphire. HEX triplet: 08, 20 and 72. RGB value is (8,32,114). Sum of RGB (Red+Green+Blue) = 8+32+114=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #082072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082072 is #F7DF8D. Grayscale: #212121. Windows color (decimal): -16244622 or 7479304. OLE color: 7479304.

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

Color convert

RGB 8 32 114 -
CMYK 0.93 0.72 0 0.55
HSL 226.42º 0.87% 0.24% -
HSV(B) 226.42º 0.93% 0.45% -
XYZ 3.65 2.3 16.17 -
YUV 34.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 8 32 114 0.93 0.72 0 0.55 226.42 0.87 0.24
Hex 8 20 72 5D 48 0 37 E2 57 18
Octal 10 40 162 135 110 0 67 342 127 30
Binary 1000 100000 1110010 1011101 1001000 0 110111 11100010 1010111 11000

Color Harmonies of #082072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082072

Black with #082072

Text Example


Text Example

White with #082072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082072; }

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

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

background-color css

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

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

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

border-color css

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

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

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