#0E3784

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

Shades of Dark Cerulean #0E3784

Tints of Dark Cerulean #0E3784

Color information

#0E3784 (or 0x0E3784) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 37 and 84. RGB value is (14,55,132). Sum of RGB (Red+Green+Blue) = 14+55+132=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E3784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3784 is #F1C87B. Grayscale: #333333. Windows color (decimal): -15845500 or 8664846. OLE color: 8664846.

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

Color convert

RGB1455132-
CMYK0.890.5800.48
HSL219.15º80.82%28.63%-
HSV(B)219.15º89.39%51.76%-
XYZ5.714.4922.4-
YUV51.52173.42101.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 132 (51.95% from 255) = 65.67%
R=6.97%
G=27.36%
B=65.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14551320.890.5800.48219.1580.8228.63
HexE3784593A030db511d
Octal16672041317206033312135
Binary1110110111100001001011001111010011000011011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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