#0E428B

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

Shades of Dark Cerulean #0E428B

Tints of Dark Cerulean #0E428B

Color information

#0E428B (or 0x0E428B) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 42 and 8B. RGB value is (14,66,139). Sum of RGB (Red+Green+Blue) = 14+66+139=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E428B is #F1BD74. Grayscale: #3A3A3A. Windows color (decimal): -15842677 or 9126414. OLE color: 9126414.

HSL color Cylindrical-coordinate representation of color #0E428B: hue angle of 215.04º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E428B is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1466139-
CMYK0.900.5300.45
HSL215.04º81.7%30%-
HSV(B)215.04º89.93%54.51%-
XYZ6.795.8525.2-
YUV58.77173.2796.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=6.39%
G=30.14%
B=63.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14661390.900.5300.45215.0481.730
HexE428B5A3502Dd7521e
Octal161022131326505532712236
Binary11101000010100010111011010110101010110111010111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,139); }

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

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

 a { background-color: rgb(14,66,139); }

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

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

 span { border-color: rgb(14,66,139); }

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