Html Css Color HEX #147ABC Denim

📋 copy color: '#147ABC'

red 20 ◦ green 122 ◦ blue 188

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

Shades of Denim #147ABC

Tints of Denim #147ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.97%

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

R = 6.06%
G = 36.97%
B = 56.97%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#147ABC (or 0x147ABC) is known color: Denim. HEX triplet: 14, 7A and BC. RGB value is (20,122,188). Sum of RGB (Red+Green+Blue) = 20+122+188=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #147ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ABC is #EB8543. Grayscale: #626262. Windows color (decimal): -15435076 or 12352020. OLE color: 12352020.

HSL color Cylindrical-coordinate representation of color #147ABC: hue angle of 203.57º 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 #147ABC is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 122 188 -
CMYK 0.89 0.35 0 0.26
HSL 203.57º 0.81% 0.41% -
HSV(B) 203.57º 0.89% 0.74% -
XYZ 16.33 17.7 50.13 -
YUV 99.03 178.21 71.63 -
System Red Green Blue C M Y K H S L
Decimal 20 122 188 0.89 0.35 0 0.26 203.57 0.81 0.41
Hex 14 7A BC 59 23 0 1A CC 51 29
Octal 24 172 274 131 43 0 32 314 121 51
Binary 10100 1111010 10111100 1011001 100011 0 11010 11001100 1010001 101001

Color Harmonies of #147ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ABC

Black with #147ABC

Text Example


Text Example

White with #147ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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