Html Css Color HEX #144CAE Cobalt

📋 copy color: '#144CAE'

red 20 ◦ green 76 ◦ blue 174

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

Shades of Cobalt #144CAE

Tints of Cobalt #144CAE

RGB

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

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

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

R = 7.41%
G = 28.15%
B = 64.44%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#144CAE (or 0x144CAE) is known color: Cobalt. HEX triplet: 14, 4C and AE. RGB value is (20,76,174). Sum of RGB (Red+Green+Blue) = 20+76+174=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #144CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CAE is #EBB351. Grayscale: #454545. Windows color (decimal): -15446866 or 11422740. OLE color: 11422740.

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

Color convert

RGB 20 76 174 -
CMYK 0.89 0.56 0 0.32
HSL 218.18º 0.79% 0.38% -
HSV(B) 218.18º 0.89% 0.68% -
XYZ 10.51 8.37 41.11 -
YUV 70.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 20 76 174 0.89 0.56 0 0.32 218.18 0.79 0.38
Hex 14 4C AE 59 38 0 20 DA 4F 26
Octal 24 114 256 131 70 0 40 332 117 46
Binary 10100 1001100 10101110 1011001 111000 0 100000 11011010 1001111 100110

Color Harmonies of #144CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CAE

Black with #144CAE

Text Example


Text Example

White with #144CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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