#0E357F

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

Shades of Dark Cerulean #0E357F

Tints of Dark Cerulean #0E357F

Color information

#0E357F (or 0x0E357F) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 35 and 7F. RGB value is (14,53,127). Sum of RGB (Red+Green+Blue) = 14+53+127=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E357F is #F1CA80. Grayscale: #313131. Windows color (decimal): -15846017 or 8336654. OLE color: 8336654.

HSL color Cylindrical-coordinate representation of color #0E357F: hue angle of 219.29º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E357F is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1453127-
CMYK0.890.5800.50
HSL219.29º80.14%27.65%-
HSV(B)219.29º88.98%49.8%-
XYZ5.284.1720.61-
YUV49.78171.58102.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.22%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 127 (50% from 255) = 65.46%
R=7.22%
G=27.32%
B=65.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14531270.890.5800.50219.2980.1427.65
HexE357F593A032db501c
Octal16651771317206233312034
Binary111011010111111111011001111010011001011011011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,127); }

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

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

 a { background-color: rgb(14,53,127); }

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

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

 span { border-color: rgb(14,53,127); }

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