Html Css Color HEX #144AAE Cobalt

📋 copy color: '#144AAE'

red 20 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #144AAE

Tints of Cobalt #144AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 7.46%
G = 27.61%
B = 64.93%

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

#144AAE (or 0x144AAE) is known color: Cobalt. HEX triplet: 14, 4A and AE. RGB value is (20,74,174). Sum of RGB (Red+Green+Blue) = 20+74+174=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #144AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AAE is #EBB551. Grayscale: #444444. Windows color (decimal): -15447378 or 11422228. OLE color: 11422228.

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

Color convert

RGB 20 74 174 -
CMYK 0.89 0.57 0 0.32
HSL 218.96º 0.79% 0.38% -
HSV(B) 218.96º 0.89% 0.68% -
XYZ 10.38 8.1 41.06 -
YUV 69.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 20 74 174 0.89 0.57 0 0.32 218.96 0.79 0.38
Hex 14 4A AE 59 39 0 20 DB 4F 26
Octal 24 112 256 131 71 0 40 333 117 46
Binary 10100 1001010 10101110 1011001 111001 0 100000 11011011 1001111 100110

Color Harmonies of #144AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AAE

Black with #144AAE

Text Example


Text Example

White with #144AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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