Html Css Color HEX #011947 Sapphire

📋 copy color: '#011947'

red 1 ◦ green 25 ◦ blue 71

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

Shades of Sapphire #011947

Tints of Sapphire #011947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 1.03%
G = 25.77%
B = 73.2%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011947 (or 0x011947) is known color: Sapphire. HEX triplet: 01, 19 and 47. RGB value is (1,25,71). Sum of RGB (Red+Green+Blue) = 1+25+71=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #011947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011947 is #FEE6B8. Grayscale: #161616. Windows color (decimal): -16705209 or 4659457. OLE color: 4659457.

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

Color convert

RGB 1 25 71 -
CMYK 0.99 0.65 0 0.72
HSL 219.43º 0.97% 0.14% -
HSV(B) 219.43º 0.99% 0.28% -
XYZ 1.5 1.16 6.11 -
YUV 23.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 1 25 71 0.99 0.65 0 0.72 219.43 0.97 0.14
Hex 1 19 47 63 41 0 48 DB 61 E
Octal 1 31 107 143 101 0 110 333 141 16
Binary 1 11001 1000111 1100011 1000001 0 1001000 11011011 1100001 1110

Color Harmonies of #011947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011947

Black with #011947

Text Example


Text Example

White with #011947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011947; }

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

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

background-color css

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

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

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

border-color css

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

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

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