#0E2851

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

Shades of Sapphire #0E2851

Tints of Sapphire #0E2851

Color information

#0E2851 (or 0x0E2851) is unknown color: approx Sapphire. HEX triplet: 0E, 28 and 51. RGB value is (14,40,81). Sum of RGB (Red+Green+Blue) = 14+40+81=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E2851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2851 is #F1D7AE. Grayscale: #242424. Windows color (decimal): -15849391 or 5318670. OLE color: 5318670.

HSL color Cylindrical-coordinate representation of color #0E2851: hue angle of 216.72º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E2851 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB144081-
CMYK0.830.5100.68
HSL216.72º70.53%18.63%-
HSV(B)216.72º82.72%31.76%-
XYZ2.432.218.08-
YUV36.9152.89111.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.37%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 81 (32.03% from 255) = 60%
R=10.37%
G=29.63%
B=60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1440810.830.5100.68216.7270.5318.63
HexE28515333044d94713
Octal165012112363010433110723
Binary1110101000101000110100111100110100010011011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,40,81); }

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

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

 a { background-color: rgb(14,40,81); }

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

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

 span { border-color: rgb(14,40,81); }

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