Html Css Color HEX #011557 Sapphire

📋 copy color: '#011557'

red 1 ◦ green 21 ◦ blue 87

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

Shades of Sapphire #011557

Tints of Sapphire #011557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 79.82%

R = 0.92%
G = 19.27%
B = 79.82%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011557 (or 0x011557) is known color: Sapphire. HEX triplet: 01, 15 and 57. RGB value is (1,21,87). Sum of RGB (Red+Green+Blue) = 1+21+87=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #011557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011557 is #FEEAA8. Grayscale: #161616. Windows color (decimal): -16706217 or 5707009. OLE color: 5707009.

HSL color Cylindrical-coordinate representation of color #011557: hue angle of 226.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011557 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 21 87 -
CMYK 0.99 0.76 0 0.66
HSL 226.05º 0.98% 0.17% -
HSV(B) 226.05º 0.99% 0.34% -
XYZ 2 1.23 9.15 -
YUV 22.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 1 21 87 0.99 0.76 0 0.66 226.05 0.98 0.17
Hex 1 15 57 63 4C 0 42 E2 62 11
Octal 1 25 127 143 114 0 102 342 142 21
Binary 1 10101 1010111 1100011 1001100 0 1000010 11100010 1100010 10001

Color Harmonies of #011557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011557

Black with #011557

Text Example


Text Example

White with #011557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011557; }

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

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

background-color css

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

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

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

border-color css

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

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

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