#001E66

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

Shades of Sapphire #001E66

Tints of Sapphire #001E66

Color information

#001E66 (or 0x001E66) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 66. RGB value is (0,30,102). Sum of RGB (Red+Green+Blue) = 0+30+102=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #001E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E66 is #FFE199. Grayscale: #1C1C1C. Windows color (decimal): -16769434 or 6692352. OLE color: 6692352.

HSL color Cylindrical-coordinate representation of color #001E66: hue angle of 222.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E66 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB030102-
CMYK10.7100.6
HSL222.35º100%20%-
HSV(B)222.35º100%40%-
XYZ2.861.8912.78-
YUV29.24169.06107.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 102 (40.23% from 255) = 77.27%
R=0%
G=22.73%
B=77.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal03010210.7100.6222.3510020
Hex01E66644703Cde6414
Octal03614614410707433614424
Binary011110110011011001001000111011110011011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,30,102); }

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

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

 a { background-color: rgb(0,30,102); }

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

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

 span { border-color: rgb(0,30,102); }

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