#0E4AAB

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

Shades of Cobalt #0E4AAB

Tints of Cobalt #0E4AAB

Color information

#0E4AAB (or 0x0E4AAB) is unknown color: approx Cobalt. HEX triplet: 0E, 4A and AB. RGB value is (14,74,171). Sum of RGB (Red+Green+Blue) = 14+74+171=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E4AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4AAB is #F1B554. Grayscale: #424242. Windows color (decimal): -15840597 or 11225614. OLE color: 11225614.

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

Color convert

RGB1474171-
CMYK0.920.5700.33
HSL217.07º84.86%36.27%-
HSV(B)217.07º91.81%67.06%-
XYZ9.987.9339.53-
YUV67.12186.6290.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.41%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 66.02%
R=5.41%
G=28.57%
B=66.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14741710.920.5700.33217.0784.8636.27
HexE4AAB5C39021d95524
Octal161122531347104133112544
Binary111010010101010101110111001110010100001110110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,74,171); }

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

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

 a { background-color: rgb(14,74,171); }

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

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

 span { border-color: rgb(14,74,171); }

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