Html Css Color HEX #011047 Sapphire

📋 copy color: '#011047'

red 1 ◦ green 16 ◦ blue 71

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

Shades of Sapphire #011047

Tints of Sapphire #011047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

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

R = 1.14%
G = 18.18%
B = 80.68%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011047 (or 0x011047) is known color: Sapphire. HEX triplet: 01, 10 and 47. RGB value is (1,16,71). Sum of RGB (Red+Green+Blue) = 1+16+71=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #011047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011047 is #FEEFB8. Grayscale: #111111. Windows color (decimal): -16707513 or 4657153. OLE color: 4657153.

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

Color convert

RGB 1 16 71 -
CMYK 0.99 0.77 0 0.72
HSL 227.14º 0.97% 0.14% -
HSV(B) 227.14º 0.99% 0.28% -
XYZ 1.34 0.83 6.05 -
YUV 17.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 1 16 71 0.99 0.77 0 0.72 227.14 0.97 0.14
Hex 1 10 47 63 4D 0 48 E3 61 E
Octal 1 20 107 143 115 0 110 343 141 16
Binary 1 10000 1000111 1100011 1001101 0 1001000 11100011 1100001 1110

Color Harmonies of #011047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011047

Black with #011047

Text Example


Text Example

White with #011047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011047; }

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

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

background-color css

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

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

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

border-color css

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

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

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