#001E64

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

Shades of Sapphire #001E64

Tints of Sapphire #001E64

Color information

#001E64 (or 0x001E64) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 64. RGB value is (0,30,100). Sum of RGB (Red+Green+Blue) = 0+30+100=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 100 (39.45% from 255 or 76.92% from 130); Max value from RGB is 100 - color contains mainly: blue. Hex color #001E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E64 is #FFE19B. Grayscale: #1C1C1C. Windows color (decimal): -16769436 or 6561280. OLE color: 6561280.

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

Color convert

RGB030100-
CMYK10.7000.61
HSL222º100%19.61%-
HSV(B)222º100%39.22%-
XYZ2.761.8512.27-
YUV29.01168.06107.31-

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) = 23.08%
BLUE value IS 100 (39.45% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal03010010.7000.6122210019.61
Hex01E64644603Dde6414
Octal03614414410607533614424
Binary011110110010011001001000110011110111011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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