Html Css Color HEX #144AB5 Cobalt

📋 copy color: '#144AB5'

red 20 ◦ green 74 ◦ blue 181

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

Shades of Cobalt #144AB5

Tints of Cobalt #144AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 65.82%

R = 7.27%
G = 26.91%
B = 65.82%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#144AB5 (or 0x144AB5) is known color: Cobalt. HEX triplet: 14, 4A and B5. RGB value is (20,74,181). Sum of RGB (Red+Green+Blue) = 20+74+181=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 181 (71.09% from 255 or 65.82% from 275); Max value from RGB is 181 - color contains mainly: blue. Hex color #144AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AB5 is #EBB54A. Grayscale: #454545. Windows color (decimal): -15447371 or 11880980. OLE color: 11880980.

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

Color convert

RGB 20 74 181 -
CMYK 0.89 0.59 0 0.29
HSL 219.88º 0.8% 0.39% -
HSV(B) 219.88º 0.89% 0.71% -
XYZ 11.08 8.38 44.75 -
YUV 70.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 20 74 181 0.89 0.59 0 0.29 219.88 0.8 0.39
Hex 14 4A B5 59 3B 0 1D DC 50 27
Octal 24 112 265 131 73 0 35 334 120 47
Binary 10100 1001010 10110101 1011001 111011 0 11101 11011100 1010000 100111

Color Harmonies of #144AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AB5

Black with #144AB5

Text Example


Text Example

White with #144AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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