Html Css Color HEX #144DAB Cobalt

📋 copy color: '#144DAB'

red 20 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #144DAB

Tints of Cobalt #144DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 7.46%
G = 28.73%
B = 63.81%

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

#144DAB (or 0x144DAB) is known color: Cobalt. HEX triplet: 14, 4D and AB. RGB value is (20,77,171). Sum of RGB (Red+Green+Blue) = 20+77+171=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #144DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DAB is #EBB254. Grayscale: #464646. Windows color (decimal): -15446613 or 11226388. OLE color: 11226388.

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

Color convert

RGB 20 77 171 -
CMYK 0.88 0.55 0 0.33
HSL 217.35º 0.79% 0.37% -
HSV(B) 217.35º 0.88% 0.67% -
XYZ 10.29 8.4 39.61 -
YUV 70.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 20 77 171 0.88 0.55 0 0.33 217.35 0.79 0.37
Hex 14 4D AB 58 37 0 21 D9 4F 25
Octal 24 115 253 130 67 0 41 331 117 45
Binary 10100 1001101 10101011 1011000 110111 0 100001 11011001 1001111 100101

Color Harmonies of #144DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DAB

Black with #144DAB

Text Example


Text Example

White with #144DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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