Html Css Color HEX #011570 Sapphire

📋 copy color: '#011570'

red 1 ◦ green 21 ◦ blue 112

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

Shades of Sapphire #011570

Tints of Sapphire #011570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 83.58%

R = 0.75%
G = 15.67%
B = 83.58%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011570 (or 0x011570) is known color: Sapphire. HEX triplet: 01, 15 and 70. RGB value is (1,21,112). Sum of RGB (Red+Green+Blue) = 1+21+112=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #011570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011570 is #FEEA8F. Grayscale: #191919. Windows color (decimal): -16706192 or 7345409. OLE color: 7345409.

HSL color Cylindrical-coordinate representation of color #011570: hue angle of 229.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011570 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 21 112 -
CMYK 0.99 0.81 0 0.56
HSL 229.19º 0.98% 0.22% -
HSV(B) 229.19º 0.99% 0.44% -
XYZ 3.21 1.71 15.49 -
YUV 25.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 1 21 112 0.99 0.81 0 0.56 229.19 0.98 0.22
Hex 1 15 70 63 51 0 38 E5 62 16
Octal 1 25 160 143 121 0 70 345 142 26
Binary 1 10101 1110000 1100011 1010001 0 111000 11100101 1100010 10110

Color Harmonies of #011570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011570

Black with #011570

Text Example


Text Example

White with #011570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011570; }

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

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

background-color css

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

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

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

border-color css

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

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

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