Html Css Color HEX #011847 Sapphire

📋 copy color: '#011847'

red 1 ◦ green 24 ◦ blue 71

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

Shades of Sapphire #011847

Tints of Sapphire #011847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

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

R = 1.04%
G = 25%
B = 73.96%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011847 (or 0x011847) is known color: Sapphire. HEX triplet: 01, 18 and 47. RGB value is (1,24,71). Sum of RGB (Red+Green+Blue) = 1+24+71=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #011847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011847 is #FEE7B8. Grayscale: #161616. Windows color (decimal): -16705465 or 4659201. OLE color: 4659201.

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

Color convert

RGB 1 24 71 -
CMYK 0.99 0.66 0 0.72
HSL 220.29º 0.97% 0.14% -
HSV(B) 220.29º 0.99% 0.28% -
XYZ 1.48 1.11 6.1 -
YUV 22.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 1 24 71 0.99 0.66 0 0.72 220.29 0.97 0.14
Hex 1 18 47 63 42 0 48 DC 61 E
Octal 1 30 107 143 102 0 110 334 141 16
Binary 1 11000 1000111 1100011 1000010 0 1001000 11011100 1100001 1110

Color Harmonies of #011847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011847

Black with #011847

Text Example


Text Example

White with #011847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011847; }

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

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

background-color css

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

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

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

border-color css

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

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

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