Html Css Color HEX #147DC0 Denim

📋 copy color: '#147DC0'

red 20 ◦ green 125 ◦ blue 192

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

Shades of Denim #147DC0

Tints of Denim #147DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 5.93%
G = 37.09%
B = 56.97%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#147DC0 (or 0x147DC0) is known color: Denim. HEX triplet: 14, 7D and C0. RGB value is (20,125,192). Sum of RGB (Red+Green+Blue) = 20+125+192=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #147DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DC0 is #EB823F. Grayscale: #646464. Windows color (decimal): -15434304 or 12614932. OLE color: 12614932.

HSL color Cylindrical-coordinate representation of color #147DC0: hue angle of 203.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147DC0 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 125 192 -
CMYK 0.90 0.35 0 0.25
HSL 203.37º 0.81% 0.42% -
HSV(B) 203.37º 0.9% 0.75% -
XYZ 17.14 18.62 52.56 -
YUV 101.24 179.21 70.05 -
System Red Green Blue C M Y K H S L
Decimal 20 125 192 0.90 0.35 0 0.25 203.37 0.81 0.42
Hex 14 7D C0 5A 23 0 19 CB 51 2A
Octal 24 175 300 132 43 0 31 313 121 52
Binary 10100 1111101 11000000 1011010 100011 0 11001 11001011 1010001 101010

Color Harmonies of #147DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DC0

Black with #147DC0

Text Example


Text Example

White with #147DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147DC0; }

 p { color: rgb(20,125,192); }

 H1.HeaderClassName
 {
   color: #147DC0;
 }
 .AnyTagClassName
 {
   color: #147DC0;
 }
</style>

background-color css

<style>
 a { background-color: #147DC0; }

 a { background-color: rgb(20,125,192); }

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

border-color css

<style>
 span { border-color: #147DC0; }

 span { border-color: rgb(20,125,192); }

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