#144A9E

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

Shades of Cobalt #144A9E

Tints of Cobalt #144A9E

Color information

#144A9E (or 0x144A9E) is unknown color: approx Cobalt. HEX triplet: 14, 4A and 9E. RGB value is (20,74,158). Sum of RGB (Red+Green+Blue) = 20+74+158=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #144A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A9E is #EBB561. Grayscale: #434343. Windows color (decimal): -15447394 or 10373652. OLE color: 10373652.

HSL color Cylindrical-coordinate representation of color #144A9E: hue angle of 216.52º 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 #144A9E is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2074158-
CMYK0.870.5300.38
HSL216.52º77.53%34.9%-
HSV(B)216.52º87.34%61.96%-
XYZ8.917.5133.33-
YUV67.43179.1194.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=7.94%
G=29.37%
B=62.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20741580.870.5300.38216.5277.5334.9
Hex144A9E5735026d94e23
Octal241122361276504633111643
Binary1010010010101001111010101111101010100110110110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144A9E; }

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

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

<style>
 a { background-color: #144A9E; }

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

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

<style>
 span { border-color: #144A9E; }

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

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