#0E287D

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

Shades of Sapphire #0E287D

Tints of Sapphire #0E287D

Color information

#0E287D (or 0x0E287D) is unknown color: approx Sapphire. HEX triplet: 0E, 28 and 7D. RGB value is (14,40,125). Sum of RGB (Red+Green+Blue) = 14+40+125=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E287D is #F1D782. Grayscale: #292929. Windows color (decimal): -15849347 or 8202254. OLE color: 8202254.

HSL color Cylindrical-coordinate representation of color #0E287D: hue angle of 225.95º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E287D is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1440125-
CMYK0.890.6800.51
HSL225.95º79.86%27.25%-
HSV(B)225.95º88.8%49.02%-
XYZ4.643.0919.75-
YUV41.92174.89108.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.82%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 125 (49.22% from 255) = 69.83%
R=7.82%
G=22.35%
B=69.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14401250.890.6800.51225.9579.8627.25
HexE287D5944033e2501b
Octal165017513110406334212033
Binary1110101000111110110110011000100011001111100010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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