Html Css Color HEX #144AAD Cobalt

📋 copy color: '#144AAD'

red 20 ◦ green 74 ◦ blue 173

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

Shades of Cobalt #144AAD

Tints of Cobalt #144AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 7.49%
G = 27.72%
B = 64.79%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#144AAD (or 0x144AAD) is known color: Cobalt. HEX triplet: 14, 4A and AD. RGB value is (20,74,173). Sum of RGB (Red+Green+Blue) = 20+74+173=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #144AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AAD is #EBB552. Grayscale: #444444. Windows color (decimal): -15447379 or 11356692. OLE color: 11356692.

HSL color Cylindrical-coordinate representation of color #144AAD: hue angle of 218.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144AAD is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 74 173 -
CMYK 0.88 0.57 0 0.32
HSL 218.82º 0.79% 0.38% -
HSV(B) 218.82º 0.88% 0.68% -
XYZ 10.28 8.06 40.55 -
YUV 69.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 20 74 173 0.88 0.57 0 0.32 218.82 0.79 0.38
Hex 14 4A AD 58 39 0 20 DB 4F 26
Octal 24 112 255 130 71 0 40 333 117 46
Binary 10100 1001010 10101101 1011000 111001 0 100000 11011011 1001111 100110

Color Harmonies of #144AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AAD

Black with #144AAD

Text Example


Text Example

White with #144AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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