#001E76

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

Shades of Sapphire #001E76

Tints of Sapphire #001E76

Color information

#001E76 (or 0x001E76) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 76. RGB value is (0,30,118). Sum of RGB (Red+Green+Blue) = 0+30+118=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 118 (46.48% from 255 or 79.73% from 148); Max value from RGB is 118 - color contains mainly: blue. Hex color #001E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E76 is #FFE189. Grayscale: #1E1E1E. Windows color (decimal): -16769418 or 7740928. OLE color: 7740928.

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

Color convert

RGB030118-
CMYK10.7500.54
HSL224.75º100%23.14%-
HSV(B)224.75º100%46.27%-
XYZ3.732.2417.37-
YUV31.06177.06105.84-

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.27%
BLUE value IS 118 (46.48% from 255) = 79.73%
R=0%
G=20.27%
B=79.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03011810.7500.54224.7510023.14
Hex01E76644B036e16417
Octal03616614411306634114427
Binary011110111011011001001001011011011011100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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