#14509E

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

Shades of Cobalt #14509E

Tints of Cobalt #14509E

Color information

#14509E (or 0x14509E) is unknown color: approx Cobalt. HEX triplet: 14, 50 and 9E. RGB value is (20,80,158). Sum of RGB (Red+Green+Blue) = 20+80+158=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #14509E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14509E is #EBAF61. Grayscale: #464646. Windows color (decimal): -15445858 or 10375188. OLE color: 10375188.

HSL color Cylindrical-coordinate representation of color #14509E: hue angle of 213.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14509E is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2080158-
CMYK0.870.4900.38
HSL213.91º77.53%34.9%-
HSV(B)213.91º87.34%61.96%-
XYZ9.338.3533.47-
YUV70.95177.1291.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=7.75%
G=31.01%
B=61.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20801580.870.4900.38213.9177.5334.9
Hex14509E5731026d64e23
Octal241202361276104632611643
Binary1010010100001001111010101111100010100110110101101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14509E; }

 p { color: rgb(20,80,158); }

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

<style>
 a { background-color: #14509E; }

 a { background-color: rgb(20,80,158); }

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

<style>
 span { border-color: #14509E; }

 span { border-color: rgb(20,80,158); }

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