Html Css Color HEX #144AB1 Cobalt

📋 copy color: '#144AB1'

red 20 ◦ green 74 ◦ blue 177

#144AB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #144AB1

Tints of Cobalt #144AB1

RGB

 RED value IS 20 (8.2% from 255) = 7.38%

 GREEN value IS 74 (29.3% from 255) = 27.31%

 BLUE value IS 177 (69.53% from 255) = 65.31%

R = 7.38%
G = 27.31%
B = 65.31%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#144AB1 (or 0x144AB1) is known color: Cobalt. HEX triplet: 14, 4A and B1. RGB value is (20,74,177). Sum of RGB (Red+Green+Blue) = 20+74+177=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #144AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AB1 is #EBB54E. Grayscale: #454545. Windows color (decimal): -15447375 or 11618836. OLE color: 11618836.

HSL color Cylindrical-coordinate representation of color #144AB1: hue angle of 219.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144AB1 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 74 177 -
CMYK 0.89 0.58 0 0.31
HSL 219.36º 0.8% 0.39% -
HSV(B) 219.36º 0.89% 0.69% -
XYZ 10.67 8.22 42.62 -
YUV 69.6 188.61 92.62 -
System Red Green Blue C M Y K H S L
Decimal 20 74 177 0.89 0.58 0 0.31 219.36 0.8 0.39
Hex 14 4A B1 59 3A 0 1F DB 50 27
Octal 24 112 261 131 72 0 37 333 120 47
Binary 10100 1001010 10110001 1011001 111010 0 11111 11011011 1010000 100111

Color Harmonies of #144AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AB1

Black with #144AB1

Text Example


Text Example

White with #144AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #144AB1;
 }
 .AnyTagClassName
 {
   color: #144AB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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