Html Css Color HEX #011577 Sapphire

📋 copy color: '#011577'

red 1 ◦ green 21 ◦ blue 119

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

Shades of Sapphire #011577

Tints of Sapphire #011577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 0.71%
G = 14.89%
B = 84.4%

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

#011577 (or 0x011577) is known color: Sapphire. HEX triplet: 01, 15 and 77. RGB value is (1,21,119). Sum of RGB (Red+Green+Blue) = 1+21+119=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #011577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011577 is #FEEA88. Grayscale: #191919. Windows color (decimal): -16706185 or 7804161. OLE color: 7804161.

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

Color convert

RGB 1 21 119 -
CMYK 0.99 0.82 0 0.53
HSL 229.83º 0.98% 0.24% -
HSV(B) 229.83º 0.99% 0.47% -
XYZ 3.61 1.87 17.62 -
YUV 26.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 1 21 119 0.99 0.82 0 0.53 229.83 0.98 0.24
Hex 1 15 77 63 52 0 35 E6 62 18
Octal 1 25 167 143 122 0 65 346 142 30
Binary 1 10101 1110111 1100011 1010010 0 110101 11100110 1100010 11000

Color Harmonies of #011577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011577

Black with #011577

Text Example


Text Example

White with #011577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011577; }

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

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

background-color css

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

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

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

border-color css

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

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

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