#144F9B

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

Shades of Cobalt #144F9B

Tints of Cobalt #144F9B

Color information

#144F9B (or 0x144F9B) is unknown color: approx Cobalt. HEX triplet: 14, 4F and 9B. RGB value is (20,79,155). Sum of RGB (Red+Green+Blue) = 20+79+155=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #144F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F9B is #EBB064. Grayscale: #454545. Windows color (decimal): -15446117 or 10178324. OLE color: 10178324.

HSL color Cylindrical-coordinate representation of color #144F9B: hue angle of 213.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144F9B is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2079155-
CMYK0.870.4900.39
HSL213.78º77.14%34.31%-
HSV(B)213.78º87.1%60.78%-
XYZ98.1132.1-
YUV70.02175.9592.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=7.87%
G=31.10%
B=61.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20791550.870.4900.39213.7877.1434.31
Hex144F9B5731027d64d22
Octal241172331276104732611542
Binary1010010011111001101110101111100010100111110101101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,155); }

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

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

 a { background-color: rgb(20,79,155); }

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

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

 span { border-color: rgb(20,79,155); }

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