#0E438B

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

Shades of Dark Cerulean #0E438B

Tints of Dark Cerulean #0E438B

Color information

#0E438B (or 0x0E438B) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 43 and 8B. RGB value is (14,67,139). Sum of RGB (Red+Green+Blue) = 14+67+139=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E438B is #F1BC74. Grayscale: #3B3B3B. Windows color (decimal): -15842421 or 9126670. OLE color: 9126670.

HSL color Cylindrical-coordinate representation of color #0E438B: hue angle of 214.56º 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 #0E438B is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1467139-
CMYK0.900.5200.45
HSL214.56º81.7%30%-
HSV(B)214.56º89.93%54.51%-
XYZ6.855.9725.22-
YUV59.36172.9495.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=6.36%
G=30.45%
B=63.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14671390.900.5200.45214.5681.730
HexE438B5A3402Dd7521e
Octal161032131326405532712236
Binary11101000011100010111011010110100010110111010111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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