#0E234C

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

Shades of Sapphire #0E234C

Tints of Sapphire #0E234C

Color information

#0E234C (or 0x0E234C) is unknown color: approx Sapphire. HEX triplet: 0E, 23 and 4C. RGB value is (14,35,76). Sum of RGB (Red+Green+Blue) = 14+35+76=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E234C is #F1DCB3. Grayscale: #212121. Windows color (decimal): -15850676 or 4989710. OLE color: 4989710.

HSL color Cylindrical-coordinate representation of color #0E234C: hue angle of 219.68º 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 #0E234C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB143576-
CMYK0.820.5400.70
HSL219.68º68.89%17.65%-
HSV(B)219.68º81.58%29.8%-
XYZ2.091.827.08-
YUV33.39152.04114.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 76 (30.08% from 255) = 60.8%
R=11.2%
G=28%
B=60.8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1435760.820.5400.70219.6868.8917.65
HexE234C5236046dc4512
Octal164311412266010633410522
Binary1110100011100110010100101101100100011011011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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