#0E46A9

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

Shades of Cobalt #0E46A9

Tints of Cobalt #0E46A9

Color information

#0E46A9 (or 0x0E46A9) is unknown color: approx Cobalt. HEX triplet: 0E, 46 and A9. RGB value is (14,70,169). Sum of RGB (Red+Green+Blue) = 14+70+169=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 169 (66.41% from 255 or 66.80% from 253); Max value from RGB is 169 - color contains mainly: blue. Hex color #0E46A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E46A9 is #F1B956. Grayscale: #404040. Windows color (decimal): -15841623 or 11093518. OLE color: 11093518.

HSL color Cylindrical-coordinate representation of color #0E46A9: hue angle of 218.32º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E46A9 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1470169-
CMYK0.920.5900.34
HSL218.32º84.7%35.88%-
HSV(B)218.32º91.72%66.27%-
XYZ9.537.3438.45-
YUV64.54186.9591.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 169 (66.41% from 255) = 66.80%
R=5.53%
G=27.67%
B=66.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14701690.920.5900.34218.3284.735.88
HexE46A95C3B022da5524
Octal161062511347304233212544
Binary111010001101010100110111001110110100010110110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E46A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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