Html Css Color HEX #011676 Sapphire

📋 copy color: '#011676'

red 1 ◦ green 22 ◦ blue 118

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

Shades of Sapphire #011676

Tints of Sapphire #011676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 0.71%
G = 15.6%
B = 83.69%

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

#011676 (or 0x011676) is known color: Sapphire. HEX triplet: 01, 16 and 76. RGB value is (1,22,118). Sum of RGB (Red+Green+Blue) = 1+22+118=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #011676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011676 is #FEE989. Grayscale: #1A1A1A. Windows color (decimal): -16705930 or 7738881. OLE color: 7738881.

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

Color convert

RGB 1 22 118 -
CMYK 0.99 0.81 0 0.54
HSL 229.23º 0.98% 0.23% -
HSV(B) 229.23º 0.99% 0.46% -
XYZ 3.57 1.89 17.32 -
YUV 26.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 1 22 118 0.99 0.81 0 0.54 229.23 0.98 0.23
Hex 1 16 76 63 51 0 36 E5 62 17
Octal 1 26 166 143 121 0 66 345 142 27
Binary 1 10110 1110110 1100011 1010001 0 110110 11100101 1100010 10111

Color Harmonies of #011676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011676

Black with #011676

Text Example


Text Example

White with #011676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011676; }

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

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

background-color css

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

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

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

border-color css

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

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

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