#011849

Color #011849 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #011849

Tints of Sapphire #011849

Color information

#011849 (or 0x011849) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 49. RGB value is (1,24,73). Sum of RGB (Red+Green+Blue) = 1+24+73=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #011849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011849 is #FEE7B6. Grayscale: #161616. Windows color (decimal): -16705463 or 4790273. OLE color: 4790273.

HSL color Cylindrical-coordinate representation of color #011849: hue angle of 220.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011849 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12473-
CMYK0.990.6700.71
HSL220.83º97.3%14.51%-
HSV(B)220.83º98.63%28.63%-
XYZ1.541.146.44-
YUV22.71156.38112.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=1.02%
G=24.49%
B=74.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal124730.990.6700.71220.8397.314.51
Hex118496343047dd61f
Octal130111143103010733514117
Binary111000100100111000111000011010001111101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011849; }

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

 H1.HeaderClassName
 {
   color: #011849;
 }
 .AnyTagClassName
 {
   color: #011849;
 }
</style>
background-color css

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

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

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

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

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

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