#0E5284

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

Shades of Dark Cerulean #0E5284

Tints of Dark Cerulean #0E5284

Color information

#0E5284 (or 0x0E5284) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 52 and 84. RGB value is (14,82,132). Sum of RGB (Red+Green+Blue) = 14+82+132=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E5284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5284 is #F1AD7B. Grayscale: #434343. Windows color (decimal): -15838588 or 8671758. OLE color: 8671758.

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

Color convert

RGB1482132-
CMYK0.890.3800.48
HSL205.42º80.82%28.63%-
HSV(B)205.42º89.39%51.76%-
XYZ7.367.7922.95-
YUV67.37164.4789.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=6.14%
G=35.96%
B=57.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14821320.890.3800.48205.4280.8228.63
HexE52845926030cd511d
Octal161222041314606031512135
Binary11101010010100001001011001100110011000011001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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