Html Css Color HEX #20748B Allports

📋 copy color: '#20748B'

red 32 ◦ green 116 ◦ blue 139

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

Shades of Allports #20748B

Tints of Allports #20748B

RGB

 RED value IS 32 (12.89% from 255) = 11.15%

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 11.15%
G = 40.42%
B = 48.43%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20748B (or 0x20748B) is known color: Allports. HEX triplet: 20, 74 and 8B. RGB value is (32,116,139). Sum of RGB (Red+Green+Blue) = 32+116+139=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #20748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20748B is #DF8B74. Grayscale: #5D5D5D. Windows color (decimal): -14650229 or 9139232. OLE color: 9139232.

HSL color Cylindrical-coordinate representation of color #20748B: hue angle of 192.9º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20748B is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 116 139 -
CMYK 0.77 0.17 0 0.45
HSL 192.9º 0.63% 0.34% -
HSV(B) 192.9º 0.77% 0.55% -
XYZ 11.5 14.66 26.65 -
YUV 93.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 32 116 139 0.77 0.17 0 0.45 192.9 0.63 0.34
Hex 20 74 8B 4D 11 0 2D C1 3F 22
Octal 40 164 213 115 21 0 55 301 77 42
Binary 100000 1110100 10001011 1001101 10001 0 101101 11000001 111111 100010

Color Harmonies of #20748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20748B

Black with #20748B

Text Example


Text Example

White with #20748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20748B; }

 p { color: rgb(32,116,139); }

 H1.HeaderClassName
 {
   color: #20748B;
 }
 .AnyTagClassName
 {
   color: #20748B;
 }
</style>

background-color css

<style>
 a { background-color: #20748B; }

 a { background-color: rgb(32,116,139); }

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

border-color css

<style>
 span { border-color: #20748B; }

 span { border-color: rgb(32,116,139); }

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