Html Css Color HEX #011470 Sapphire

📋 copy color: '#011470'

red 1 ◦ green 20 ◦ blue 112

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

Shades of Sapphire #011470

Tints of Sapphire #011470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 0.75%
G = 15.04%
B = 84.21%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011470 (or 0x011470) is known color: Sapphire. HEX triplet: 01, 14 and 70. RGB value is (1,20,112). Sum of RGB (Red+Green+Blue) = 1+20+112=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #011470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011470 is #FEEB8F. Grayscale: #181818. Windows color (decimal): -16706448 or 7345153. OLE color: 7345153.

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

Color convert

RGB 1 20 112 -
CMYK 0.99 0.82 0 0.56
HSL 229.73º 0.98% 0.22% -
HSV(B) 229.73º 0.99% 0.44% -
XYZ 3.19 1.68 15.48 -
YUV 24.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 1 20 112 0.99 0.82 0 0.56 229.73 0.98 0.22
Hex 1 14 70 63 52 0 38 E6 62 16
Octal 1 24 160 143 122 0 70 346 142 26
Binary 1 10100 1110000 1100011 1010010 0 111000 11100110 1100010 10110

Color Harmonies of #011470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011470

Black with #011470

Text Example


Text Example

White with #011470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011470; }

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

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

background-color css

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

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

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

border-color css

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

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

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