Html Css Color HEX #206472 Allports

📋 copy color: '#206472'

red 32 ◦ green 100 ◦ blue 114

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

Shades of Allports #206472

Tints of Allports #206472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 13.01%
G = 40.65%
B = 46.34%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#206472 (or 0x206472) is known color: Allports. HEX triplet: 20, 64 and 72. RGB value is (32,100,114). Sum of RGB (Red+Green+Blue) = 32+100+114=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #206472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206472 is #DF9B8D. Grayscale: #515151. Windows color (decimal): -14654350 or 7496736. OLE color: 7496736.

HSL color Cylindrical-coordinate representation of color #206472: hue angle of 190.24º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206472 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 100 114 -
CMYK 0.72 0.12 0 0.55
HSL 190.24º 0.56% 0.29% -
HSV(B) 190.24º 0.72% 0.45% -
XYZ 8.19 10.64 17.54 -
YUV 81.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 32 100 114 0.72 0.12 0 0.55 190.24 0.56 0.29
Hex 20 64 72 48 C 0 37 BE 38 1D
Octal 40 144 162 110 14 0 67 276 70 35
Binary 100000 1100100 1110010 1001000 1100 0 110111 10111110 111000 11101

Color Harmonies of #206472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206472

Black with #206472

Text Example


Text Example

White with #206472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206472; }

 p { color: rgb(32,100,114); }

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

background-color css

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

 a { background-color: rgb(32,100,114); }

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

border-color css

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

 span { border-color: rgb(32,100,114); }

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