#0E1F58

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

Shades of Sapphire #0E1F58

Tints of Sapphire #0E1F58

Color information

#0E1F58 (or 0x0E1F58) is unknown color: approx Sapphire. HEX triplet: 0E, 1F and 58. RGB value is (14,31,88). Sum of RGB (Red+Green+Blue) = 14+31+88=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E1F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1F58 is #F1E0A7. Grayscale: #202020. Windows color (decimal): -15851688 or 5775118. OLE color: 5775118.

HSL color Cylindrical-coordinate representation of color #0E1F58: hue angle of 226.22º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1F58 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB143188-
CMYK0.840.6500.65
HSL226.22º72.55%20%-
HSV(B)226.22º84.09%34.51%-
XYZ2.431.789.45-
YUV32.42159.37114.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 88 (34.77% from 255) = 66.17%
R=10.53%
G=23.31%
B=66.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1431880.840.6500.65226.2272.5520
HexE1F585441041e24914
Octal1637130124101010134211124
Binary1110111111011000101010010000010100000111100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1F58; }

 p { color: rgb(14,31,88); }

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

<style>
 a { background-color: #0E1F58; }

 a { background-color: rgb(14,31,88); }

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

<style>
 span { border-color: #0E1F58; }

 span { border-color: rgb(14,31,88); }

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