Html Css Color HEX #144CA5 Cobalt

📋 copy color: '#144CA5'

red 20 ◦ green 76 ◦ blue 165

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

Shades of Cobalt #144CA5

Tints of Cobalt #144CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 63.22%

R = 7.66%
G = 29.12%
B = 63.22%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#144CA5 (or 0x144CA5) is known color: Cobalt. HEX triplet: 14, 4C and A5. RGB value is (20,76,165). Sum of RGB (Red+Green+Blue) = 20+76+165=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #144CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CA5 is #EBB35A. Grayscale: #444444. Windows color (decimal): -15446875 or 10832916. OLE color: 10832916.

HSL color Cylindrical-coordinate representation of color #144CA5: hue angle of 216.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144CA5 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 76 165 -
CMYK 0.88 0.54 0 0.35
HSL 216.83º 0.78% 0.36% -
HSV(B) 216.83º 0.88% 0.65% -
XYZ 9.66 8.03 36.64 -
YUV 69.4 181.95 92.76 -
System Red Green Blue C M Y K H S L
Decimal 20 76 165 0.88 0.54 0 0.35 216.83 0.78 0.36
Hex 14 4C A5 58 36 0 23 D9 4E 24
Octal 24 114 245 130 66 0 43 331 116 44
Binary 10100 1001100 10100101 1011000 110110 0 100011 11011001 1001110 100100

Color Harmonies of #144CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CA5

Black with #144CA5

Text Example


Text Example

White with #144CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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