#011844

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

Shades of Sapphire #011844

Tints of Sapphire #011844

Color information

#011844 (or 0x011844) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 44. RGB value is (1,24,68). Sum of RGB (Red+Green+Blue) = 1+24+68=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 68 (26.95% from 255 or 73.12% from 93); Max value from RGB is 68 - color contains mainly: blue. Hex color #011844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011844 is #FEE7BB. Grayscale: #151515. Windows color (decimal): -16705468 or 4462593. OLE color: 4462593.

HSL color Cylindrical-coordinate representation of color #011844: hue angle of 219.4º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011844 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB12468-
CMYK0.990.6500.73
HSL219.4º97.1%13.53%-
HSV(B)219.4º98.53%26.67%-
XYZ1.381.085.6-
YUV22.14153.88112.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 68 (26.95% from 255) = 73.12%
R=1.08%
G=25.81%
B=73.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal124680.990.6500.73219.497.113.53
Hex118446341049db61e
Octal130104143101011133314116
Binary111000100010011000111000001010010011101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011844; }

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

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

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

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

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

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

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

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