Html Css Color HEX #081C77 Sapphire

📋 copy color: '#081C77'

red 8 ◦ green 28 ◦ blue 119

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

Shades of Sapphire #081C77

Tints of Sapphire #081C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

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

R = 5.16%
G = 18.06%
B = 76.77%

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

#081C77 (or 0x081C77) is known color: Sapphire. HEX triplet: 08, 1C and 77. RGB value is (8,28,119). Sum of RGB (Red+Green+Blue) = 8+28+119=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #081C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C77 is #F7E388. Grayscale: #202020. Windows color (decimal): -16245641 or 7805960. OLE color: 7805960.

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

Color convert

RGB 8 28 119 -
CMYK 0.93 0.76 0 0.53
HSL 229.19º 0.87% 0.25% -
HSV(B) 229.19º 0.93% 0.47% -
XYZ 3.85 2.21 17.68 -
YUV 32.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 8 28 119 0.93 0.76 0 0.53 229.19 0.87 0.25
Hex 8 1C 77 5D 4C 0 35 E5 57 19
Octal 10 34 167 135 114 0 65 345 127 31
Binary 1000 11100 1110111 1011101 1001100 0 110101 11100101 1010111 11001

Color Harmonies of #081C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C77

Black with #081C77

Text Example


Text Example

White with #081C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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