Html Css Color HEX #081D77 Sapphire

📋 copy color: '#081D77'

red 8 ◦ green 29 ◦ blue 119

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

Shades of Sapphire #081D77

Tints of Sapphire #081D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 76.28%

R = 5.13%
G = 18.59%
B = 76.28%

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

#081D77 (or 0x081D77) is known color: Sapphire. HEX triplet: 08, 1D and 77. RGB value is (8,29,119). Sum of RGB (Red+Green+Blue) = 8+29+119=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #081D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D77 is #F7E288. Grayscale: #202020. Windows color (decimal): -16245385 or 7806216. OLE color: 7806216.

HSL color Cylindrical-coordinate representation of color #081D77: hue angle of 228.65º degrees, saturation: 0.87, 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 #081D77 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 29 119 -
CMYK 0.93 0.76 0 0.53
HSL 228.65º 0.87% 0.25% -
HSV(B) 228.65º 0.93% 0.47% -
XYZ 3.87 2.26 17.69 -
YUV 32.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 8 29 119 0.93 0.76 0 0.53 228.65 0.87 0.25
Hex 8 1D 77 5D 4C 0 35 E5 57 19
Octal 10 35 167 135 114 0 65 345 127 31
Binary 1000 11101 1110111 1011101 1001100 0 110101 11100101 1010111 11001

Color Harmonies of #081D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D77

Black with #081D77

Text Example


Text Example

White with #081D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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