#0E4384

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

Shades of Dark Cerulean #0E4384

Tints of Dark Cerulean #0E4384

Color information

#0E4384 (or 0x0E4384) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 43 and 84. RGB value is (14,67,132). Sum of RGB (Red+Green+Blue) = 14+67+132=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E4384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4384 is #F1BC7B. Grayscale: #3A3A3A. Windows color (decimal): -15842428 or 8667918. OLE color: 8667918.

HSL color Cylindrical-coordinate representation of color #0E4384: hue angle of 213.05º 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 #0E4384 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1467132-
CMYK0.890.4900.48
HSL213.05º80.82%28.63%-
HSV(B)213.05º89.39%51.76%-
XYZ6.355.7722.61-
YUV58.56169.4496.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=6.57%
G=31.46%
B=61.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14671320.890.4900.48213.0580.8228.63
HexE43845931030d5511d
Octal161032041316106032512135
Binary11101000011100001001011001110001011000011010101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,67,132); }

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

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

 a { background-color: rgb(14,67,132); }

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

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

 span { border-color: rgb(14,67,132); }

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