Html Css Color HEX #144DA9 Cobalt

📋 copy color: '#144DA9'

red 20 ◦ green 77 ◦ blue 169

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

Shades of Cobalt #144DA9

Tints of Cobalt #144DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

 BLUE value IS 169 (66.41% from 255) = 63.53%

R = 7.52%
G = 28.95%
B = 63.53%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#144DA9 (or 0x144DA9) is known color: Cobalt. HEX triplet: 14, 4D and A9. RGB value is (20,77,169). Sum of RGB (Red+Green+Blue) = 20+77+169=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #144DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DA9 is #EBB256. Grayscale: #464646. Windows color (decimal): -15446615 or 11095316. OLE color: 11095316.

HSL color Cylindrical-coordinate representation of color #144DA9: hue angle of 217.05º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144DA9 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 77 169 -
CMYK 0.88 0.54 0 0.34
HSL 217.05º 0.79% 0.37% -
HSV(B) 217.05º 0.88% 0.66% -
XYZ 10.1 8.32 38.61 -
YUV 70.45 183.62 92.02 -
System Red Green Blue C M Y K H S L
Decimal 20 77 169 0.88 0.54 0 0.34 217.05 0.79 0.37
Hex 14 4D A9 58 36 0 22 D9 4F 25
Octal 24 115 251 130 66 0 42 331 117 45
Binary 10100 1001101 10101001 1011000 110110 0 100010 11011001 1001111 100101

Color Harmonies of #144DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DA9

Black with #144DA9

Text Example


Text Example

White with #144DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,169); }

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

background-color css

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

 a { background-color: rgb(20,77,169); }

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

border-color css

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

 span { border-color: rgb(20,77,169); }

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