#0E49AF

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

Shades of Cobalt #0E49AF

Tints of Cobalt #0E49AF

Color information

#0E49AF (or 0x0E49AF) is unknown color: approx Cobalt. HEX triplet: 0E, 49 and AF. RGB value is (14,73,175). Sum of RGB (Red+Green+Blue) = 14+73+175=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E49AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E49AF is #F1B650. Grayscale: #424242. Windows color (decimal): -15840849 or 11487502. OLE color: 11487502.

HSL color Cylindrical-coordinate representation of color #0E49AF: hue angle of 218.01º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E49AF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1473175-
CMYK0.920.5800.31
HSL218.01º85.19%37.06%-
HSV(B)218.01º92%68.63%-
XYZ10.37.9541.55-
YUV66.99188.9590.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=5.34%
G=27.86%
B=66.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14731750.920.5800.31218.0185.1937.06
HexE49AF5C3A01Fda5525
Octal161112571347203733212545
Binary11101001001101011111011100111010011111110110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,73,175); }

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

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

 a { background-color: rgb(14,73,175); }

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

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

 span { border-color: rgb(14,73,175); }

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