Html Css Color HEX #144CBC Denim

📋 copy color: '#144CBC'

red 20 ◦ green 76 ◦ blue 188

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

Shades of Denim #144CBC

Tints of Denim #144CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 7.04%
G = 26.76%
B = 66.2%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#144CBC (or 0x144CBC) is known color: Denim. HEX triplet: 14, 4C and BC. RGB value is (20,76,188). Sum of RGB (Red+Green+Blue) = 20+76+188=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #144CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CBC is #EBB343. Grayscale: #474747. Windows color (decimal): -15446852 or 12340244. OLE color: 12340244.

HSL color Cylindrical-coordinate representation of color #144CBC: hue angle of 220º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144CBC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 76 188 -
CMYK 0.89 0.60 0 0.26
HSL 220º 0.81% 0.41% -
HSV(B) 220º 0.89% 0.74% -
XYZ 11.95 8.95 48.67 -
YUV 72.02 193.45 90.89 -
System Red Green Blue C M Y K H S L
Decimal 20 76 188 0.89 0.60 0 0.26 220 0.81 0.41
Hex 14 4C BC 59 3C 0 1A DC 51 29
Octal 24 114 274 131 74 0 32 334 121 51
Binary 10100 1001100 10111100 1011001 111100 0 11010 11011100 1010001 101001

Color Harmonies of #144CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CBC

Black with #144CBC

Text Example


Text Example

White with #144CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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