#144C9A

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

Shades of Cobalt #144C9A

Tints of Cobalt #144C9A

Color information

#144C9A (or 0x144C9A) is unknown color: approx Cobalt. HEX triplet: 14, 4C and 9A. RGB value is (20,76,154). Sum of RGB (Red+Green+Blue) = 20+76+154=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #144C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C9A is #EBB365. Grayscale: #434343. Windows color (decimal): -15446886 or 10112020. OLE color: 10112020.

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

Color convert

RGB2076154-
CMYK0.870.5100.40
HSL214.93º77.01%34.12%-
HSV(B)214.93º87.01%60.39%-
XYZ8.717.6531.59-
YUV68.15176.4593.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 154 (60.55% from 255) = 61.6%
R=8%
G=30.4%
B=61.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20761540.870.5100.40214.9377.0134.12
Hex144C9A5733028d74d22
Octal241142321276305032711542
Binary1010010011001001101010101111100110101000110101111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,154); }

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

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

 a { background-color: rgb(20,76,154); }

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

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

 span { border-color: rgb(20,76,154); }

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