Html Css Color HEX #144DA7 Cobalt

📋 copy color: '#144DA7'

red 20 ◦ green 77 ◦ blue 167

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

Shades of Cobalt #144DA7

Tints of Cobalt #144DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.26%

R = 7.58%
G = 29.17%
B = 63.26%

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

#144DA7 (or 0x144DA7) is known color: Cobalt. HEX triplet: 14, 4D and A7. RGB value is (20,77,167). Sum of RGB (Red+Green+Blue) = 20+77+167=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 167 (65.62% from 255 or 63.26% from 264); Max value from RGB is 167 - color contains mainly: blue. Hex color #144DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DA7 is #EBB258. Grayscale: #454545. Windows color (decimal): -15446617 or 10964244. OLE color: 10964244.

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

Color convert

RGB 20 77 167 -
CMYK 0.88 0.54 0 0.35
HSL 216.73º 0.79% 0.37% -
HSV(B) 216.73º 0.88% 0.65% -
XYZ 9.92 8.25 37.63 -
YUV 70.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 20 77 167 0.88 0.54 0 0.35 216.73 0.79 0.37
Hex 14 4D A7 58 36 0 23 D9 4F 25
Octal 24 115 247 130 66 0 43 331 117 45
Binary 10100 1001101 10100111 1011000 110110 0 100011 11011001 1001111 100101

Color Harmonies of #144DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DA7

Black with #144DA7

Text Example


Text Example

White with #144DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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