#0E3878

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

Shades of Dark Cerulean #0E3878

Tints of Dark Cerulean #0E3878

Color information

#0E3878 (or 0x0E3878) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 38 and 78. RGB value is (14,56,120). Sum of RGB (Red+Green+Blue) = 14+56+120=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E3878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3878 is #F1C787. Grayscale: #323232. Windows color (decimal): -15845256 or 7878670. OLE color: 7878670.

HSL color Cylindrical-coordinate representation of color #0E3878: hue angle of 216.23º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3878 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1456120-
CMYK0.880.5300.53
HSL216.23º79.1%26.27%-
HSV(B)216.23º88.33%47.06%-
XYZ4.994.2818.33-
YUV50.74167.09101.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=7.37%
G=29.47%
B=63.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14561200.880.5300.53216.2379.126.27
HexE38785835035d84f1a
Octal16701701306506533011732
Binary111011100011110001011000110101011010111011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,56,120); }

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

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

 a { background-color: rgb(14,56,120); }

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

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

 span { border-color: rgb(14,56,120); }

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