#0E43AD

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

Shades of Cobalt #0E43AD

Tints of Cobalt #0E43AD

Color information

#0E43AD (or 0x0E43AD) is unknown color: approx Cobalt. HEX triplet: 0E, 43 and AD. RGB value is (14,67,173). Sum of RGB (Red+Green+Blue) = 14+67+173=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E43AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E43AD is #F1BC52. Grayscale: #3E3E3E. Windows color (decimal): -15842387 or 11354894. OLE color: 11354894.

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

Color convert

RGB1467173-
CMYK0.920.6100.32
HSL220º85.03%36.67%-
HSV(B)220º91.91%67.84%-
XYZ9.737.1240.4-
YUV63.24189.9492.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.51%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 173 (67.97% from 255) = 68.11%
R=5.51%
G=26.38%
B=68.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14671730.920.6100.3222085.0336.67
HexE43AD5C3D020dc5525
Octal161032551347504033412545
Binary111010000111010110110111001111010100000110111001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E43AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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