#001E72

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

Shades of Sapphire #001E72

Tints of Sapphire #001E72

Color information

#001E72 (or 0x001E72) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 72. RGB value is (0,30,114). Sum of RGB (Red+Green+Blue) = 0+30+114=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #001E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E72 is #FFE18D. Grayscale: #1E1E1E. Windows color (decimal): -16769422 or 7478784. OLE color: 7478784.

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

Color convert

RGB030114-
CMYK10.7400.55
HSL224.21º100%22.35%-
HSV(B)224.21º100%44.71%-
XYZ3.52.1416.15-
YUV30.61175.06106.17-

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.83%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=0%
G=20.83%
B=79.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal03011410.7400.55224.2110022.35
Hex01E72644A037e06416
Octal03616214411206734014426
Binary011110111001011001001001010011011111100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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