Html Css Color HEX #082372 Sapphire

📋 copy color: '#082372'

red 8 ◦ green 35 ◦ blue 114

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

Shades of Sapphire #082372

Tints of Sapphire #082372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 5.1%
G = 22.29%
B = 72.61%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082372 (or 0x082372) is known color: Sapphire. HEX triplet: 08, 23 and 72. RGB value is (8,35,114). Sum of RGB (Red+Green+Blue) = 8+35+114=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #082372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082372 is #F7DC8D. Grayscale: #232323. Windows color (decimal): -16243854 or 7480072. OLE color: 7480072.

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

Color convert

RGB 8 35 114 -
CMYK 0.93 0.69 0 0.55
HSL 224.72º 0.87% 0.24% -
HSV(B) 224.72º 0.93% 0.45% -
XYZ 3.74 2.47 16.2 -
YUV 35.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 8 35 114 0.93 0.69 0 0.55 224.72 0.87 0.24
Hex 8 23 72 5D 45 0 37 E1 57 18
Octal 10 43 162 135 105 0 67 341 127 30
Binary 1000 100011 1110010 1011101 1000101 0 110111 11100001 1010111 11000

Color Harmonies of #082372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082372

Black with #082372

Text Example


Text Example

White with #082372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082372; }

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

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

background-color css

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

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

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

border-color css

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

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

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