#0E185F

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

Shades of Sapphire #0E185F

Tints of Sapphire #0E185F

Color information

#0E185F (or 0x0E185F) is unknown color: approx Sapphire. HEX triplet: 0E, 18 and 5F. RGB value is (14,24,95). Sum of RGB (Red+Green+Blue) = 14+24+95=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E185F is #F1E7A0. Grayscale: #1C1C1C. Windows color (decimal): -15853473 or 6232078. OLE color: 6232078.

HSL color Cylindrical-coordinate representation of color #0E185F: hue angle of 232.59º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E185F is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB142495-
CMYK0.850.7500.63
HSL232.59º74.31%21.37%-
HSV(B)232.59º85.26%37.25%-
XYZ2.571.5710.99-
YUV29.1165.19117.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 95 (37.5% from 255) = 71.43%
R=10.53%
G=18.05%
B=71.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1424950.850.7500.63232.5974.3121.37
HexE185F554B03Fe94a15
Octal163013712511307735111225
Binary111011000101111110101011001011011111111101001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,24,95); }

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

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

 a { background-color: rgb(14,24,95); }

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

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

 span { border-color: rgb(14,24,95); }

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