Html Css Color HEX #144BAE Cobalt

📋 copy color: '#144BAE'

red 20 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #144BAE

Tints of Cobalt #144BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 7.43%
G = 27.88%
B = 64.68%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#144BAE (or 0x144BAE) is known color: Cobalt. HEX triplet: 14, 4B and AE. RGB value is (20,75,174). Sum of RGB (Red+Green+Blue) = 20+75+174=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #144BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144BAE is #EBB451. Grayscale: #454545. Windows color (decimal): -15447122 or 11422484. OLE color: 11422484.

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

Color convert

RGB 20 75 174 -
CMYK 0.89 0.57 0 0.32
HSL 218.57º 0.79% 0.38% -
HSV(B) 218.57º 0.89% 0.68% -
XYZ 10.44 8.24 41.08 -
YUV 69.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 20 75 174 0.89 0.57 0 0.32 218.57 0.79 0.38
Hex 14 4B AE 59 39 0 20 DB 4F 26
Octal 24 113 256 131 71 0 40 333 117 46
Binary 10100 1001011 10101110 1011001 111001 0 100000 11011011 1001111 100110

Color Harmonies of #144BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BAE

Black with #144BAE

Text Example


Text Example

White with #144BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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