Html Css Color HEX #144BAD Cobalt

📋 copy color: '#144BAD'

red 20 ◦ green 75 ◦ blue 173

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

Shades of Cobalt #144BAD

Tints of Cobalt #144BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 7.46%
G = 27.99%
B = 64.55%

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

#144BAD (or 0x144BAD) is known color: Cobalt. HEX triplet: 14, 4B and AD. RGB value is (20,75,173). Sum of RGB (Red+Green+Blue) = 20+75+173=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #144BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144BAD is #EBB452. Grayscale: #454545. Windows color (decimal): -15447123 or 11356948. OLE color: 11356948.

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

Color convert

RGB 20 75 173 -
CMYK 0.88 0.57 0 0.32
HSL 218.43º 0.79% 0.38% -
HSV(B) 218.43º 0.88% 0.68% -
XYZ 10.35 8.2 40.57 -
YUV 69.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 20 75 173 0.88 0.57 0 0.32 218.43 0.79 0.38
Hex 14 4B AD 58 39 0 20 DA 4F 26
Octal 24 113 255 130 71 0 40 332 117 46
Binary 10100 1001011 10101101 1011000 111001 0 100000 11011010 1001111 100110

Color Harmonies of #144BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BAD

Black with #144BAD

Text Example


Text Example

White with #144BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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