#0E3F88

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

Shades of Dark Cerulean #0E3F88

Tints of Dark Cerulean #0E3F88

Color information

#0E3F88 (or 0x0E3F88) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 3F and 88. RGB value is (14,63,136). Sum of RGB (Red+Green+Blue) = 14+63+136=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E3F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3F88 is #F1C077. Grayscale: #383838. Windows color (decimal): -15843448 or 8929038. OLE color: 8929038.

HSL color Cylindrical-coordinate representation of color #0E3F88: hue angle of 215.9º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3F88 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1463136-
CMYK0.900.5400.47
HSL215.9º81.33%29.41%-
HSV(B)215.9º89.71%53.33%-
XYZ6.45.4324-
YUV56.67172.7797.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 136 (53.52% from 255) = 63.85%
R=6.57%
G=29.58%
B=63.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14631360.900.5400.47215.981.3329.41
HexE3F885A3602Fd8511d
Octal16772101326605733012135
Binary1110111111100010001011010110110010111111011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,63,136); }

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

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

 a { background-color: rgb(14,63,136); }

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

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

 span { border-color: rgb(14,63,136); }

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