#001544

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

Shades of Sapphire #001544

Tints of Sapphire #001544

Color information

#001544 (or 0x001544) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 44. RGB value is (0,21,68). Sum of RGB (Red+Green+Blue) = 0+21+68=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #001544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001544 is #FFEABB. Grayscale: #131313. Windows color (decimal): -16771772 or 4461824. OLE color: 4461824.

HSL color Cylindrical-coordinate representation of color #001544: hue angle of 221.47º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001544 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB02168-
CMYK10.6900.73
HSL221.47º100%13.33%-
HSV(B)221.47º100%26.67%-
XYZ1.310.955.58-
YUV20.08155.04113.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 68 (26.95% from 255) = 76.40%
R=0%
G=23.60%
B=76.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0216810.6900.73221.4710013.33
Hex015446445049dd64d
Octal025104144105011133514415
Binary010101100010011001001000101010010011101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001544; }

 p { color: rgb(0,21,68); }

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

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

 a { background-color: rgb(0,21,68); }

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

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

 span { border-color: rgb(0,21,68); }

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