#144AA3

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

Shades of Cobalt #144AA3

Tints of Cobalt #144AA3

Color information

#144AA3 (or 0x144AA3) is unknown color: approx Cobalt. HEX triplet: 14, 4A and A3. RGB value is (20,74,163). Sum of RGB (Red+Green+Blue) = 20+74+163=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 163 (64.06% from 255 or 63.42% from 257); Max value from RGB is 163 - color contains mainly: blue. Hex color #144AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AA3 is #EBB55C. Grayscale: #434343. Windows color (decimal): -15447389 or 10701332. OLE color: 10701332.

HSL color Cylindrical-coordinate representation of color #144AA3: hue angle of 217.34º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144AA3 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2074163-
CMYK0.880.5500.36
HSL217.34º78.14%35.88%-
HSV(B)217.34º87.73%63.92%-
XYZ9.357.6935.64-
YUV68181.6193.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 163 (64.06% from 255) = 63.42%
R=7.78%
G=28.79%
B=63.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20741630.880.5500.36217.3478.1435.88
Hex144AA35837024d94e24
Octal241122431306704433111644
Binary1010010010101010001110110001101110100100110110011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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