#001B44

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

Shades of Sapphire #001B44

Tints of Sapphire #001B44

Color information

#001B44 (or 0x001B44) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 44. RGB value is (0,27,68). Sum of RGB (Red+Green+Blue) = 0+27+68=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #001B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B44 is #FFE4BB. Grayscale: #171717. Windows color (decimal): -16770236 or 4463360. OLE color: 4463360.

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

Color convert

RGB02768-
CMYK10.6000.73
HSL216.18º100%13.33%-
HSV(B)216.18º100%26.67%-
XYZ1.441.25.63-
YUV23.6153.05111.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 68 (26.95% from 255) = 71.58%
R=0%
G=28.42%
B=71.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0276810.6000.73216.1810013.33
Hex01B44643C049d864d
Octal03310414474011133014415
Binary01101110001001100100111100010010011101100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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