Html Css Color HEX #011776 Sapphire

📋 copy color: '#011776'

red 1 ◦ green 23 ◦ blue 118

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

Shades of Sapphire #011776

Tints of Sapphire #011776

RGB

 RED value IS 1 (0.78% from 255) = 0.7%

 GREEN value IS 23 (9.38% from 255) = 16.2%

 BLUE value IS 118 (46.48% from 255) = 83.1%

R = 0.7%
G = 16.2%
B = 83.1%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011776 (or 0x011776) is known color: Sapphire. HEX triplet: 01, 17 and 76. RGB value is (1,23,118). Sum of RGB (Red+Green+Blue) = 1+23+118=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #011776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011776 is #FEE889. Grayscale: #1A1A1A. Windows color (decimal): -16705674 or 7739137. OLE color: 7739137.

HSL color Cylindrical-coordinate representation of color #011776: hue angle of 228.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011776 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 23 118 -
CMYK 0.99 0.81 0 0.54
HSL 228.72º 0.98% 0.23% -
HSV(B) 228.72º 0.99% 0.46% -
XYZ 3.59 1.93 17.32 -
YUV 27.25 179.21 109.28 -
System Red Green Blue C M Y K H S L
Decimal 1 23 118 0.99 0.81 0 0.54 228.72 0.98 0.23
Hex 1 17 76 63 51 0 36 E5 62 17
Octal 1 27 166 143 121 0 66 345 142 27
Binary 1 10111 1110110 1100011 1010001 0 110110 11100101 1100010 10111

Color Harmonies of #011776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011776

Black with #011776

Text Example


Text Example

White with #011776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011776; }

 p { color: rgb(1,23,118); }

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

background-color css

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

 a { background-color: rgb(1,23,118); }

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

border-color css

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

 span { border-color: rgb(1,23,118); }

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