Html Css Color HEX #144DAE Cobalt

📋 copy color: '#144DAE'

red 20 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #144DAE

Tints of Cobalt #144DAE

RGB

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

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

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

R = 7.38%
G = 28.41%
B = 64.21%

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

#144DAE (or 0x144DAE) is known color: Cobalt. HEX triplet: 14, 4D and AE. RGB value is (20,77,174). Sum of RGB (Red+Green+Blue) = 20+77+174=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #144DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DAE is #EBB251. Grayscale: #464646. Windows color (decimal): -15446610 or 11422996. OLE color: 11422996.

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

Color convert

RGB 20 77 174 -
CMYK 0.89 0.56 0 0.32
HSL 217.79º 0.79% 0.38% -
HSV(B) 217.79º 0.89% 0.68% -
XYZ 10.58 8.51 41.13 -
YUV 71.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 20 77 174 0.89 0.56 0 0.32 217.79 0.79 0.38
Hex 14 4D AE 59 38 0 20 DA 4F 26
Octal 24 115 256 131 70 0 40 332 117 46
Binary 10100 1001101 10101110 1011001 111000 0 100000 11011010 1001111 100110

Color Harmonies of #144DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DAE

Black with #144DAE

Text Example


Text Example

White with #144DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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