#0E46B3

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

Shades of Cobalt #0E46B3

Tints of Cobalt #0E46B3

Color information

#0E46B3 (or 0x0E46B3) is unknown color: approx Cobalt. HEX triplet: 0E, 46 and B3. RGB value is (14,70,179). Sum of RGB (Red+Green+Blue) = 14+70+179=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #0E46B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E46B3 is #F1B94C. Grayscale: #414141. Windows color (decimal): -15841613 or 11748878. OLE color: 11748878.

HSL color Cylindrical-coordinate representation of color #0E46B3: hue angle of 219.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E46B3 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1470179-
CMYK0.920.6100.30
HSL219.64º85.49%37.84%-
HSV(B)219.64º92.18%70.2%-
XYZ10.517.7343.59-
YUV65.68191.9591.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 179 (70.31% from 255) = 68.06%
R=5.32%
G=26.62%
B=68.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14701790.920.6100.30219.6485.4937.84
HexE46B35C3D01Edc5526
Octal161062631347503633412546
Binary11101000110101100111011100111101011110110111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E46B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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