Html Css Color HEX #011357 Sapphire

📋 copy color: '#011357'

red 1 ◦ green 19 ◦ blue 87

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

Shades of Sapphire #011357

Tints of Sapphire #011357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 0.93%
G = 17.76%
B = 81.31%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011357 (or 0x011357) is known color: Sapphire. HEX triplet: 01, 13 and 57. RGB value is (1,19,87). Sum of RGB (Red+Green+Blue) = 1+19+87=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #011357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011357 is #FEECA8. Grayscale: #151515. Windows color (decimal): -16706729 or 5706497. OLE color: 5706497.

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

Color convert

RGB 1 19 87 -
CMYK 0.99 0.78 0 0.66
HSL 227.44º 0.98% 0.17% -
HSV(B) 227.44º 0.99% 0.34% -
XYZ 1.97 1.16 9.14 -
YUV 21.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 1 19 87 0.99 0.78 0 0.66 227.44 0.98 0.17
Hex 1 13 57 63 4E 0 42 E3 62 11
Octal 1 23 127 143 116 0 102 343 142 21
Binary 1 10011 1010111 1100011 1001110 0 1000010 11100011 1100010 10001

Color Harmonies of #011357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011357

Black with #011357

Text Example


Text Example

White with #011357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011357; }

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

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

background-color css

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

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

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

border-color css

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

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

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