#001C44

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

Shades of Sapphire #001C44

Tints of Sapphire #001C44

Color information

#001C44 (or 0x001C44) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 44. RGB value is (0,28,68). Sum of RGB (Red+Green+Blue) = 0+28+68=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #001C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C44 is #FFE3BB. Grayscale: #181818. Windows color (decimal): -16769980 or 4463616. OLE color: 4463616.

HSL color Cylindrical-coordinate representation of color #001C44: hue angle of 215.29º 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 #001C44 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB02868-
CMYK10.5900.73
HSL215.29º100%13.33%-
HSV(B)215.29º100%26.67%-
XYZ1.461.255.63-
YUV24.19152.72110.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 68 (26.95% from 255) = 70.83%
R=0%
G=29.17%
B=70.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0286810.5900.73215.2910013.33
Hex01C44643B049d764d
Octal03410414473011132714415
Binary01110010001001100100111011010010011101011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C44; }

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

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

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

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

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

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

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

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