#001E56

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

Shades of Sapphire #001E56

Tints of Sapphire #001E56

Color information

#001E56 (or 0x001E56) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 56. RGB value is (0,30,86). Sum of RGB (Red+Green+Blue) = 0+30+86=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #001E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E56 is #FFE1A9. Grayscale: #1B1B1B. Windows color (decimal): -16769450 or 5643776. OLE color: 5643776.

HSL color Cylindrical-coordinate representation of color #001E56: hue angle of 219.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E56 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB03086-
CMYK10.6500.66
HSL219.07º100%16.86%-
HSV(B)219.07º100%33.73%-
XYZ2.141.69-
YUV27.41161.06108.45-

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) = 25.86%
BLUE value IS 86 (33.98% from 255) = 74.14%
R=0%
G=25.86%
B=74.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0308610.6500.66219.0710016.86
Hex01E566441042db6411
Octal036126144101010233314421
Binary0111101010110110010010000010100001011011011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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