#001E75

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

Shades of Sapphire #001E75

Tints of Sapphire #001E75

Color information

#001E75 (or 0x001E75) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 75. RGB value is (0,30,117). Sum of RGB (Red+Green+Blue) = 0+30+117=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #001E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E75 is #FFE18A. Grayscale: #1E1E1E. Windows color (decimal): -16769419 or 7675392. OLE color: 7675392.

HSL color Cylindrical-coordinate representation of color #001E75: hue angle of 224.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E75 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB030117-
CMYK10.7400.54
HSL224.62º100%22.94%-
HSV(B)224.62º100%45.88%-
XYZ3.682.2117.06-
YUV30.95176.56105.93-

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) = 20.41%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=0%
G=20.41%
B=79.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03011710.7400.54224.6210022.94
Hex01E75644A036e16417
Octal03616514411206634114427
Binary011110111010111001001001010011011011100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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