#144A9C

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

Shades of Cobalt #144A9C

Tints of Cobalt #144A9C

Color information

#144A9C (or 0x144A9C) is unknown color: approx Cobalt. HEX triplet: 14, 4A and 9C. RGB value is (20,74,156). Sum of RGB (Red+Green+Blue) = 20+74+156=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #144A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A9C is #EBB563. Grayscale: #424242. Windows color (decimal): -15447396 or 10242580. OLE color: 10242580.

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

Color convert

RGB2074156-
CMYK0.870.5300.39
HSL216.18º77.27%34.51%-
HSV(B)216.18º87.18%61.18%-
XYZ8.747.4532.43-
YUV67.2178.1194.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 156 (61.33% from 255) = 62.4%
R=8%
G=29.6%
B=62.4%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20741560.870.5300.39216.1877.2734.51
Hex144A9C5735027d84d23
Octal241122341276504733011543
Binary1010010010101001110010101111101010100111110110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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