Html Css Color HEX #011677 Sapphire

📋 copy color: '#011677'

red 1 ◦ green 22 ◦ blue 119

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

Shades of Sapphire #011677

Tints of Sapphire #011677

RGB

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

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

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

R = 0.7%
G = 15.49%
B = 83.8%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011677 (or 0x011677) is known color: Sapphire. HEX triplet: 01, 16 and 77. RGB value is (1,22,119). Sum of RGB (Red+Green+Blue) = 1+22+119=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #011677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011677 is #FEE988. Grayscale: #1A1A1A. Windows color (decimal): -16705929 or 7804417. OLE color: 7804417.

HSL color Cylindrical-coordinate representation of color #011677: hue angle of 229.32º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011677 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 22 119 -
CMYK 0.99 0.82 0 0.53
HSL 229.32º 0.98% 0.24% -
HSV(B) 229.32º 0.99% 0.47% -
XYZ 3.63 1.91 17.63 -
YUV 26.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 1 22 119 0.99 0.82 0 0.53 229.32 0.98 0.24
Hex 1 16 77 63 52 0 35 E5 62 18
Octal 1 26 167 143 122 0 65 345 142 30
Binary 1 10110 1110111 1100011 1010010 0 110101 11100101 1100010 11000

Color Harmonies of #011677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011677

Black with #011677

Text Example


Text Example

White with #011677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011677; }

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

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

background-color css

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

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

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

border-color css

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

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

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