Html Css Color HEX #144FAA Cobalt

📋 copy color: '#144FAA'

red 20 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #144FAA

Tints of Cobalt #144FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

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

R = 7.43%
G = 29.37%
B = 63.2%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#144FAA (or 0x144FAA) is known color: Cobalt. HEX triplet: 14, 4F and AA. RGB value is (20,79,170). Sum of RGB (Red+Green+Blue) = 20+79+170=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #144FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144FAA is #EBB055. Grayscale: #474747. Windows color (decimal): -15446102 or 11161364. OLE color: 11161364.

HSL color Cylindrical-coordinate representation of color #144FAA: hue angle of 216.4º 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 #144FAA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 79 170 -
CMYK 0.88 0.54 0 0.33
HSL 216.4º 0.79% 0.37% -
HSV(B) 216.4º 0.88% 0.67% -
XYZ 10.34 8.64 39.15 -
YUV 71.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 20 79 170 0.88 0.54 0 0.33 216.4 0.79 0.37
Hex 14 4F AA 58 36 0 21 D8 4F 25
Octal 24 117 252 130 66 0 41 330 117 45
Binary 10100 1001111 10101010 1011000 110110 0 100001 11011000 1001111 100101

Color Harmonies of #144FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FAA

Black with #144FAA

Text Example


Text Example

White with #144FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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