#0E254C

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

Shades of Sapphire #0E254C

Tints of Sapphire #0E254C

Color information

#0E254C (or 0x0E254C) is unknown color: approx Sapphire. HEX triplet: 0E, 25 and 4C. RGB value is (14,37,76). Sum of RGB (Red+Green+Blue) = 14+37+76=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E254C is #F1DAB3. Grayscale: #222222. Windows color (decimal): -15850164 or 4990222. OLE color: 4990222.

HSL color Cylindrical-coordinate representation of color #0E254C: hue angle of 217.74º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E254C is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB143776-
CMYK0.820.5100.70
HSL217.74º68.89%17.65%-
HSV(B)217.74º81.58%29.8%-
XYZ2.151.947.1-
YUV34.57151.38113.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.02%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 76 (30.08% from 255) = 59.84%
R=11.02%
G=29.13%
B=59.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1437760.820.5100.70217.7468.8917.65
HexE254C5233046da4512
Octal164511412263010633210522
Binary1110100101100110010100101100110100011011011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,76); }

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

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

 a { background-color: rgb(14,37,76); }

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

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

 span { border-color: rgb(14,37,76); }

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