Html Css Color HEX #011647 Sapphire

📋 copy color: '#011647'

red 1 ◦ green 22 ◦ blue 71

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

Shades of Sapphire #011647

Tints of Sapphire #011647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

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

R = 1.06%
G = 23.4%
B = 75.53%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011647 (or 0x011647) is known color: Sapphire. HEX triplet: 01, 16 and 47. RGB value is (1,22,71). Sum of RGB (Red+Green+Blue) = 1+22+71=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #011647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011647 is #FEE9B8. Grayscale: #151515. Windows color (decimal): -16705977 or 4658689. OLE color: 4658689.

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

Color convert

RGB 1 22 71 -
CMYK 0.99 0.69 0 0.72
HSL 222º 0.97% 0.14% -
HSV(B) 222º 0.99% 0.28% -
XYZ 1.44 1.04 6.09 -
YUV 21.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 1 22 71 0.99 0.69 0 0.72 222 0.97 0.14
Hex 1 16 47 63 45 0 48 DE 61 E
Octal 1 26 107 143 105 0 110 336 141 16
Binary 1 10110 1000111 1100011 1000101 0 1001000 11011110 1100001 1110

Color Harmonies of #011647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011647

Black with #011647

Text Example


Text Example

White with #011647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011647; }

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

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

background-color css

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

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

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

border-color css

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

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

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