Html Css Color HEX #144DAA Cobalt

📋 copy color: '#144DAA'

red 20 ◦ green 77 ◦ blue 170

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

Shades of Cobalt #144DAA

Tints of Cobalt #144DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 7.49%
G = 28.84%
B = 63.67%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#144DAA (or 0x144DAA) is known color: Cobalt. HEX triplet: 14, 4D and AA. RGB value is (20,77,170). Sum of RGB (Red+Green+Blue) = 20+77+170=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #144DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DAA is #EBB255. Grayscale: #464646. Windows color (decimal): -15446614 or 11160852. OLE color: 11160852.

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

Color convert

RGB 20 77 170 -
CMYK 0.88 0.55 0 0.33
HSL 217.2º 0.79% 0.37% -
HSV(B) 217.2º 0.88% 0.67% -
XYZ 10.2 8.36 39.11 -
YUV 70.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 20 77 170 0.88 0.55 0 0.33 217.2 0.79 0.37
Hex 14 4D AA 58 37 0 21 D9 4F 25
Octal 24 115 252 130 67 0 41 331 117 45
Binary 10100 1001101 10101010 1011000 110111 0 100001 11011001 1001111 100101

Color Harmonies of #144DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DAA

Black with #144DAA

Text Example


Text Example

White with #144DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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