Html Css Color HEX #144DC5 Denim

📋 copy color: '#144DC5'

red 20 ◦ green 77 ◦ blue 197

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

Shades of Denim #144DC5

Tints of Denim #144DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 67.01%

R = 6.8%
G = 26.19%
B = 67.01%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#144DC5 (or 0x144DC5) is known color: Denim. HEX triplet: 14, 4D and C5. RGB value is (20,77,197). Sum of RGB (Red+Green+Blue) = 20+77+197=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #144DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DC5 is #EBB23A. Grayscale: #494949. Windows color (decimal): -15446587 or 12930324. OLE color: 12930324.

HSL color Cylindrical-coordinate representation of color #144DC5: hue angle of 220.68º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144DC5 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 77 197 -
CMYK 0.90 0.61 0 0.23
HSL 220.68º 0.82% 0.43% -
HSV(B) 220.68º 0.9% 0.77% -
XYZ 13.02 9.49 53.97 -
YUV 73.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 20 77 197 0.90 0.61 0 0.23 220.68 0.82 0.43
Hex 14 4D C5 5A 3D 0 17 DD 52 2B
Octal 24 115 305 132 75 0 27 335 122 53
Binary 10100 1001101 11000101 1011010 111101 0 10111 11011101 1010010 101011

Color Harmonies of #144DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DC5

Black with #144DC5

Text Example


Text Example

White with #144DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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