Html Css Color HEX #082472 Sapphire

📋 copy color: '#082472'

red 8 ◦ green 36 ◦ blue 114

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

Shades of Sapphire #082472

Tints of Sapphire #082472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 5.06%
G = 22.78%
B = 72.15%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082472 (or 0x082472) is known color: Sapphire. HEX triplet: 08, 24 and 72. RGB value is (8,36,114). Sum of RGB (Red+Green+Blue) = 8+36+114=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #082472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082472 is #F7DB8D. Grayscale: #242424. Windows color (decimal): -16243598 or 7480328. OLE color: 7480328.

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

Color convert

RGB 8 36 114 -
CMYK 0.93 0.68 0 0.55
HSL 224.15º 0.87% 0.24% -
HSV(B) 224.15º 0.93% 0.45% -
XYZ 3.77 2.53 16.21 -
YUV 36.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 8 36 114 0.93 0.68 0 0.55 224.15 0.87 0.24
Hex 8 24 72 5D 44 0 37 E0 57 18
Octal 10 44 162 135 104 0 67 340 127 30
Binary 1000 100100 1110010 1011101 1000100 0 110111 11100000 1010111 11000

Color Harmonies of #082472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082472

Black with #082472

Text Example


Text Example

White with #082472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082472; }

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

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

background-color css

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

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

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

border-color css

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

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

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