Html Css Color HEX #147BBD Denim

📋 copy color: '#147BBD'

red 20 ◦ green 123 ◦ blue 189

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

Shades of Denim #147BBD

Tints of Denim #147BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 6.02%
G = 37.05%
B = 56.93%

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

#147BBD (or 0x147BBD) is known color: Denim. HEX triplet: 14, 7B and BD. RGB value is (20,123,189). Sum of RGB (Red+Green+Blue) = 20+123+189=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #147BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BBD is #EB8442. Grayscale: #636363. Windows color (decimal): -15434819 or 12417812. OLE color: 12417812.

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

Color convert

RGB 20 123 189 -
CMYK 0.89 0.35 0 0.26
HSL 203.43º 0.81% 0.41% -
HSV(B) 203.43º 0.89% 0.74% -
XYZ 16.56 17.99 50.74 -
YUV 99.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 20 123 189 0.89 0.35 0 0.26 203.43 0.81 0.41
Hex 14 7B BD 59 23 0 1A CB 51 29
Octal 24 173 275 131 43 0 32 313 121 51
Binary 10100 1111011 10111101 1011001 100011 0 11010 11001011 1010001 101001

Color Harmonies of #147BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BBD

Black with #147BBD

Text Example


Text Example

White with #147BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,123,189); }

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

background-color css

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

 a { background-color: rgb(20,123,189); }

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

border-color css

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

 span { border-color: rgb(20,123,189); }

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