Html Css Color HEX #011777 Sapphire

📋 copy color: '#011777'

red 1 ◦ green 23 ◦ blue 119

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

Shades of Sapphire #011777

Tints of Sapphire #011777

RGB

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

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

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

R = 0.7%
G = 16.08%
B = 83.22%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011777 (or 0x011777) is known color: Sapphire. HEX triplet: 01, 17 and 77. RGB value is (1,23,119). Sum of RGB (Red+Green+Blue) = 1+23+119=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #011777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011777 is #FEE888. Grayscale: #1A1A1A. Windows color (decimal): -16705673 or 7804673. OLE color: 7804673.

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

Color convert

RGB 1 23 119 -
CMYK 0.99 0.81 0 0.53
HSL 228.81º 0.98% 0.24% -
HSV(B) 228.81º 0.99% 0.47% -
XYZ 3.65 1.95 17.64 -
YUV 27.37 179.71 109.19 -
System Red Green Blue C M Y K H S L
Decimal 1 23 119 0.99 0.81 0 0.53 228.81 0.98 0.24
Hex 1 17 77 63 51 0 35 E5 62 18
Octal 1 27 167 143 121 0 65 345 142 30
Binary 1 10111 1110111 1100011 1010001 0 110101 11100101 1100010 11000

Color Harmonies of #011777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011777

Black with #011777

Text Example


Text Example

White with #011777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011777; }

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

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

background-color css

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

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

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

border-color css

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

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

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