Html Css Color HEX #011347 Sapphire

📋 copy color: '#011347'

red 1 ◦ green 19 ◦ blue 71

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

Shades of Sapphire #011347

Tints of Sapphire #011347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

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

R = 1.1%
G = 20.88%
B = 78.02%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011347 (or 0x011347) is known color: Sapphire. HEX triplet: 01, 13 and 47. RGB value is (1,19,71). Sum of RGB (Red+Green+Blue) = 1+19+71=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #011347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011347 is #FEECB8. Grayscale: #131313. Windows color (decimal): -16706745 or 4657921. OLE color: 4657921.

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

Color convert

RGB 1 19 71 -
CMYK 0.99 0.73 0 0.72
HSL 224.57º 0.97% 0.14% -
HSV(B) 224.57º 0.99% 0.28% -
XYZ 1.38 0.93 6.07 -
YUV 19.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 1 19 71 0.99 0.73 0 0.72 224.57 0.97 0.14
Hex 1 13 47 63 49 0 48 E1 61 E
Octal 1 23 107 143 111 0 110 341 141 16
Binary 1 10011 1000111 1100011 1001001 0 1001000 11100001 1100001 1110

Color Harmonies of #011347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011347

Black with #011347

Text Example


Text Example

White with #011347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011347; }

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

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

background-color css

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

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

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

border-color css

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

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

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