#001E65

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

Shades of Sapphire #001E65

Tints of Sapphire #001E65

Color information

#001E65 (or 0x001E65) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 65. RGB value is (0,30,101). Sum of RGB (Red+Green+Blue) = 0+30+101=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 101 (39.84% from 255 or 77.10% from 131); Max value from RGB is 101 - color contains mainly: blue. Hex color #001E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E65 is #FFE19A. Grayscale: #1C1C1C. Windows color (decimal): -16769435 or 6626816. OLE color: 6626816.

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

Color convert

RGB030101-
CMYK10.7000.60
HSL222.18º100%19.8%-
HSV(B)222.18º100%39.61%-
XYZ2.811.8712.52-
YUV29.12168.56107.23-

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.90%
BLUE value IS 101 (39.84% from 255) = 77.10%
R=0%
G=22.90%
B=77.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal03010110.7000.60222.1810019.8
Hex01E65644603Cde6414
Octal03614514410607433614424
Binary011110110010111001001000110011110011011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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