Html Css Color HEX #011447 Sapphire

📋 copy color: '#011447'

red 1 ◦ green 20 ◦ blue 71

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

Shades of Sapphire #011447

Tints of Sapphire #011447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 77.17%

R = 1.09%
G = 21.74%
B = 77.17%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011447 (or 0x011447) is known color: Sapphire. HEX triplet: 01, 14 and 47. RGB value is (1,20,71). Sum of RGB (Red+Green+Blue) = 1+20+71=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #011447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011447 is #FEEBB8. Grayscale: #131313. Windows color (decimal): -16706489 or 4658177. OLE color: 4658177.

HSL color Cylindrical-coordinate representation of color #011447: hue angle of 223.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011447 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 20 71 -
CMYK 0.99 0.72 0 0.72
HSL 223.71º 0.97% 0.14% -
HSV(B) 223.71º 0.99% 0.28% -
XYZ 1.4 0.96 6.07 -
YUV 20.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 1 20 71 0.99 0.72 0 0.72 223.71 0.97 0.14
Hex 1 14 47 63 48 0 48 E0 61 E
Octal 1 24 107 143 110 0 110 340 141 16
Binary 1 10100 1000111 1100011 1001000 0 1001000 11100000 1100001 1110

Color Harmonies of #011447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011447

Black with #011447

Text Example


Text Example

White with #011447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011447; }

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

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

background-color css

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

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

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

border-color css

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

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

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