#0E50AC

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

Shades of Cobalt #0E50AC

Tints of Cobalt #0E50AC

Color information

#0E50AC (or 0x0E50AC) is unknown color: approx Cobalt. HEX triplet: 0E, 50 and AC. RGB value is (14,80,172). Sum of RGB (Red+Green+Blue) = 14+80+172=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E50AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E50AC is #F1AF53. Grayscale: #464646. Windows color (decimal): -15839060 or 11292686. OLE color: 11292686.

HSL color Cylindrical-coordinate representation of color #0E50AC: hue angle of 214.94º 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 #0E50AC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1480172-
CMYK0.920.5300.33
HSL214.94º84.95%36.47%-
HSV(B)214.94º91.86%67.45%-
XYZ10.58.8140.18-
YUV70.75185.1387.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 172 (67.58% from 255) = 64.66%
R=5.26%
G=30.08%
B=64.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14801720.920.5300.33214.9484.9536.47
HexE50AC5C35021d75524
Octal161202541346504132712544
Binary111010100001010110010111001101010100001110101111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,172); }

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

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

 a { background-color: rgb(14,80,172); }

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

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

 span { border-color: rgb(14,80,172); }

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