Html Css Color HEX #147ABB Denim

📋 copy color: '#147ABB'

red 20 ◦ green 122 ◦ blue 187

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

Shades of Denim #147ABB

Tints of Denim #147ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 6.08%
G = 37.08%
B = 56.84%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147ABB (or 0x147ABB) is known color: Denim. HEX triplet: 14, 7A and BB. RGB value is (20,122,187). Sum of RGB (Red+Green+Blue) = 20+122+187=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #147ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ABB is #EB8544. Grayscale: #626262. Windows color (decimal): -15435077 or 12286484. OLE color: 12286484.

HSL color Cylindrical-coordinate representation of color #147ABB: hue angle of 203.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147ABB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 122 187 -
CMYK 0.89 0.35 0 0.27
HSL 203.35º 0.81% 0.41% -
HSV(B) 203.35º 0.89% 0.73% -
XYZ 16.22 17.66 49.57 -
YUV 98.91 177.71 71.71 -
System Red Green Blue C M Y K H S L
Decimal 20 122 187 0.89 0.35 0 0.27 203.35 0.81 0.41
Hex 14 7A BB 59 23 0 1B CB 51 29
Octal 24 172 273 131 43 0 33 313 121 51
Binary 10100 1111010 10111011 1011001 100011 0 11011 11001011 1010001 101001

Color Harmonies of #147ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ABB

Black with #147ABB

Text Example


Text Example

White with #147ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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