#0E4699

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

Shades of Cobalt #0E4699

Tints of Cobalt #0E4699

Color information

#0E4699 (or 0x0E4699) is unknown color: approx Cobalt. HEX triplet: 0E, 46 and 99. RGB value is (14,70,153). Sum of RGB (Red+Green+Blue) = 14+70+153=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4699 is #F1B966. Grayscale: #3E3E3E. Windows color (decimal): -15841639 or 10044942. OLE color: 10044942.

HSL color Cylindrical-coordinate representation of color #0E4699: hue angle of 215.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4699 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1470153-
CMYK0.910.5400.4
HSL215.83º83.23%32.75%-
HSV(B)215.83º90.85%60%-
XYZ8.126.7731.02-
YUV62.72178.9593.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 153 (60.16% from 255) = 64.56%
R=5.91%
G=29.54%
B=64.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14701530.910.5400.4215.8383.2332.75
HexE46995B36028d85321
Octal161062311336605033012341
Binary111010001101001100110110111101100101000110110001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,70,153); }

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

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

 a { background-color: rgb(14,70,153); }

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

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

 span { border-color: rgb(14,70,153); }

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