Html Css Color HEX #144DAD Cobalt

📋 copy color: '#144DAD'

red 20 ◦ green 77 ◦ blue 173

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

Shades of Cobalt #144DAD

Tints of Cobalt #144DAD

RGB

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

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

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

R = 7.41%
G = 28.52%
B = 64.07%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#144DAD (or 0x144DAD) is known color: Cobalt. HEX triplet: 14, 4D and AD. RGB value is (20,77,173). Sum of RGB (Red+Green+Blue) = 20+77+173=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #144DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DAD is #EBB252. Grayscale: #464646. Windows color (decimal): -15446611 or 11357460. OLE color: 11357460.

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

Color convert

RGB 20 77 173 -
CMYK 0.88 0.55 0 0.32
HSL 217.65º 0.79% 0.38% -
HSV(B) 217.65º 0.88% 0.68% -
XYZ 10.49 8.47 40.62 -
YUV 70.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 20 77 173 0.88 0.55 0 0.32 217.65 0.79 0.38
Hex 14 4D AD 58 37 0 20 DA 4F 26
Octal 24 115 255 130 67 0 40 332 117 46
Binary 10100 1001101 10101101 1011000 110111 0 100000 11011010 1001111 100110

Color Harmonies of #144DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DAD

Black with #144DAD

Text Example


Text Example

White with #144DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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