Html Css Color HEX #081D78 Sapphire

📋 copy color: '#081D78'

red 8 ◦ green 29 ◦ blue 120

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

Shades of Sapphire #081D78

Tints of Sapphire #081D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

 BLUE value IS 120 (47.27% from 255) = 76.43%

R = 5.1%
G = 18.47%
B = 76.43%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#081D78 (or 0x081D78) is known color: Sapphire. HEX triplet: 08, 1D and 78. RGB value is (8,29,120). Sum of RGB (Red+Green+Blue) = 8+29+120=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #081D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D78 is #F7E287. Grayscale: #202020. Windows color (decimal): -16245384 or 7871752. OLE color: 7871752.

HSL color Cylindrical-coordinate representation of color #081D78: hue angle of 228.75º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D78 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 29 120 -
CMYK 0.93 0.76 0 0.53
HSL 228.75º 0.88% 0.25% -
HSV(B) 228.75º 0.93% 0.47% -
XYZ 3.93 2.29 18 -
YUV 33.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 8 29 120 0.93 0.76 0 0.53 228.75 0.88 0.25
Hex 8 1D 78 5D 4C 0 35 E5 58 19
Octal 10 35 170 135 114 0 65 345 130 31
Binary 1000 11101 1111000 1011101 1001100 0 110101 11100101 1011000 11001

Color Harmonies of #081D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D78

Black with #081D78

Text Example


Text Example

White with #081D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D78; }

 p { color: rgb(8,29,120); }

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

background-color css

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

 a { background-color: rgb(8,29,120); }

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

border-color css

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

 span { border-color: rgb(8,29,120); }

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