#0E427B

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

Shades of Dark Cerulean #0E427B

Tints of Dark Cerulean #0E427B

Color information

#0E427B (or 0x0E427B) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 42 and 7B. RGB value is (14,66,123). Sum of RGB (Red+Green+Blue) = 14+66+123=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E427B is #F1BD84. Grayscale: #383838. Windows color (decimal): -15842693 or 8077838. OLE color: 8077838.

HSL color Cylindrical-coordinate representation of color #0E427B: hue angle of 211.38º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E427B is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1466123-
CMYK0.890.4600.52
HSL211.38º79.56%26.86%-
HSV(B)211.38º88.62%48.24%-
XYZ5.75.4219.48-
YUV56.95165.2797.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.90%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=6.90%
G=32.51%
B=60.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14661230.890.4600.52211.3879.5626.86
HexE427B592E034d3501b
Octal161021731315606432312033
Binary1110100001011110111011001101110011010011010011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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