#001E70

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

Shades of Sapphire #001E70

Tints of Sapphire #001E70

Color information

#001E70 (or 0x001E70) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 70. RGB value is (0,30,112). Sum of RGB (Red+Green+Blue) = 0+30+112=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #001E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E70 is #FFE18F. Grayscale: #1E1E1E. Windows color (decimal): -16769424 or 7347712. OLE color: 7347712.

HSL color Cylindrical-coordinate representation of color #001E70: hue angle of 223.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E70 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB030112-
CMYK10.7300.56
HSL223.93º100%21.96%-
HSV(B)223.93º100%43.92%-
XYZ3.392.115.56-
YUV30.38174.06106.33-

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) = 21.13%
BLUE value IS 112 (44.14% from 255) = 78.87%
R=0%
G=21.13%
B=78.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal03011210.7300.56223.9310021.96
Hex01E706449038e06416
Octal03616014411107034014426
Binary011110111000011001001001001011100011100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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