#0E50AD

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

Shades of Cobalt #0E50AD

Tints of Cobalt #0E50AD

Color information

#0E50AD (or 0x0E50AD) is unknown color: approx Cobalt. HEX triplet: 0E, 50 and AD. RGB value is (14,80,173). Sum of RGB (Red+Green+Blue) = 14+80+173=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E50AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E50AD is #F1AF52. Grayscale: #464646. Windows color (decimal): -15839059 or 11358222. OLE color: 11358222.

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

Color convert

RGB1480173-
CMYK0.920.5400.32
HSL215.09º85.03%36.67%-
HSV(B)215.09º91.91%67.84%-
XYZ10.598.8540.68-
YUV70.87185.6387.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 173 (67.97% from 255) = 64.79%
R=5.24%
G=29.96%
B=64.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14801730.920.5400.32215.0985.0336.67
HexE50AD5C36020d75525
Octal161202551346604032712545
Binary111010100001010110110111001101100100000110101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E50AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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