Html Css Color HEX #011876 Sapphire

📋 copy color: '#011876'

red 1 ◦ green 24 ◦ blue 118

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

Shades of Sapphire #011876

Tints of Sapphire #011876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 0.7%
G = 16.78%
B = 82.52%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011876 (or 0x011876) is known color: Sapphire. HEX triplet: 01, 18 and 76. RGB value is (1,24,118). Sum of RGB (Red+Green+Blue) = 1+24+118=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #011876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011876 is #FEE789. Grayscale: #1B1B1B. Windows color (decimal): -16705418 or 7739393. OLE color: 7739393.

HSL color Cylindrical-coordinate representation of color #011876: hue angle of 228.21º 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 #011876 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 24 118 -
CMYK 0.99 0.80 0 0.54
HSL 228.21º 0.98% 0.23% -
HSV(B) 228.21º 0.99% 0.46% -
XYZ 3.61 1.97 17.33 -
YUV 27.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 1 24 118 0.99 0.80 0 0.54 228.21 0.98 0.23
Hex 1 18 76 63 50 0 36 E4 62 17
Octal 1 30 166 143 120 0 66 344 142 27
Binary 1 11000 1110110 1100011 1010000 0 110110 11100100 1100010 10111

Color Harmonies of #011876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011876

Black with #011876

Text Example


Text Example

White with #011876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011876; }

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

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

background-color css

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

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

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

border-color css

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

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

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