#0E436A

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

Shades of Dark Cerulean #0E436A

Tints of Dark Cerulean #0E436A

Color information

#0E436A (or 0x0E436A) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 43 and 6A. RGB value is (14,67,106). Sum of RGB (Red+Green+Blue) = 14+67+106=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E436A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E436A is #F1BC95. Grayscale: #373737. Windows color (decimal): -15842454 or 6963982. OLE color: 6963982.

HSL color Cylindrical-coordinate representation of color #0E436A: hue angle of 205.43º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E436A is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1467106-
CMYK0.870.3700.58
HSL205.43º76.67%23.53%-
HSV(B)205.43º86.79%41.57%-
XYZ4.795.1514.38-
YUV55.6156.4498.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.49%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=7.49%
G=35.83%
B=56.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal14671060.870.3700.58205.4376.6723.53
HexE436A572503Acd4d18
Octal161031521274507231511530
Binary1110100001111010101010111100101011101011001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,67,106); }

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

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

 a { background-color: rgb(14,67,106); }

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

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

 span { border-color: rgb(14,67,106); }

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