#0E4685

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

Shades of Dark Cerulean #0E4685

Tints of Dark Cerulean #0E4685

Color information

#0E4685 (or 0x0E4685) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 46 and 85. RGB value is (14,70,133). Sum of RGB (Red+Green+Blue) = 14+70+133=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E4685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4685 is #F1B97A. Grayscale: #3C3C3C. Windows color (decimal): -15841659 or 8734222. OLE color: 8734222.

HSL color Cylindrical-coordinate representation of color #0E4685: hue angle of 211.76º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4685 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1470133-
CMYK0.890.4700.48
HSL211.76º80.95%28.82%-
HSV(B)211.76º89.47%52.16%-
XYZ6.66.1723.03-
YUV60.44168.9594.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=6.45%
G=32.26%
B=61.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14701330.890.4700.48211.7680.9528.82
HexE4685592F030d4511d
Octal161062051315706032412135
Binary11101000110100001011011001101111011000011010100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,70,133); }

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

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

 a { background-color: rgb(14,70,133); }

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

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

 span { border-color: rgb(14,70,133); }

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