Html Css Color HEX #011757 Sapphire

📋 copy color: '#011757'

red 1 ◦ green 23 ◦ blue 87

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

Shades of Sapphire #011757

Tints of Sapphire #011757

RGB

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

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

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

R = 0.9%
G = 20.72%
B = 78.38%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011757 (or 0x011757) is known color: Sapphire. HEX triplet: 01, 17 and 57. RGB value is (1,23,87). Sum of RGB (Red+Green+Blue) = 1+23+87=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #011757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011757 is #FEE8A8. Grayscale: #171717. Windows color (decimal): -16705705 or 5707521. OLE color: 5707521.

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

Color convert

RGB 1 23 87 -
CMYK 0.99 0.74 0 0.66
HSL 224.65º 0.98% 0.17% -
HSV(B) 224.65º 0.99% 0.34% -
XYZ 2.04 1.31 9.16 -
YUV 23.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 1 23 87 0.99 0.74 0 0.66 224.65 0.98 0.17
Hex 1 17 57 63 4A 0 42 E1 62 11
Octal 1 27 127 143 112 0 102 341 142 21
Binary 1 10111 1010111 1100011 1001010 0 1000010 11100001 1100010 10001

Color Harmonies of #011757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011757

Black with #011757

Text Example


Text Example

White with #011757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011757; }

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

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

background-color css

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

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

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

border-color css

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

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

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