#0E50B0

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

Shades of Cobalt #0E50B0

Tints of Cobalt #0E50B0

Color information

#0E50B0 (or 0x0E50B0) is unknown color: approx Cobalt. HEX triplet: 0E, 50 and B0. RGB value is (14,80,176). Sum of RGB (Red+Green+Blue) = 14+80+176=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E50B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E50B0 is #F1AF4F. Grayscale: #464646. Windows color (decimal): -15839056 or 11554830. OLE color: 11554830.

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

Color convert

RGB1480176-
CMYK0.920.5500.31
HSL215.56º85.26%37.25%-
HSV(B)215.56º92.05%69.02%-
XYZ10.898.9742.23-
YUV71.21187.1387.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 176 (69.14% from 255) = 65.19%
R=5.19%
G=29.63%
B=65.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14801760.920.5500.31215.5685.2637.25
HexE50B05C3701Fd85525
Octal161202601346703733012545
Binary11101010000101100001011100110111011111110110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E50B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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