Html Css Color HEX #144CAD Cobalt

📋 copy color: '#144CAD'

red 20 ◦ green 76 ◦ blue 173

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

Shades of Cobalt #144CAD

Tints of Cobalt #144CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

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

R = 7.43%
G = 28.25%
B = 64.31%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#144CAD (or 0x144CAD) is known color: Cobalt. HEX triplet: 14, 4C and AD. RGB value is (20,76,173). Sum of RGB (Red+Green+Blue) = 20+76+173=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #144CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CAD is #EBB352. Grayscale: #454545. Windows color (decimal): -15446867 or 11357204. OLE color: 11357204.

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

Color convert

RGB 20 76 173 -
CMYK 0.88 0.56 0 0.32
HSL 218.04º 0.79% 0.38% -
HSV(B) 218.04º 0.88% 0.68% -
XYZ 10.42 8.33 40.59 -
YUV 70.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 20 76 173 0.88 0.56 0 0.32 218.04 0.79 0.38
Hex 14 4C AD 58 38 0 20 DA 4F 26
Octal 24 114 255 130 70 0 40 332 117 46
Binary 10100 1001100 10101101 1011000 111000 0 100000 11011010 1001111 100110

Color Harmonies of #144CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CAD

Black with #144CAD

Text Example


Text Example

White with #144CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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