Html Css Color HEX #206072 Orient

📋 copy color: '#206072'

red 32 ◦ green 96 ◦ blue 114

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

Shades of Orient #206072

Tints of Orient #206072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 13.22%
G = 39.67%
B = 47.11%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#206072 (or 0x206072) is known color: Orient. HEX triplet: 20, 60 and 72. RGB value is (32,96,114). Sum of RGB (Red+Green+Blue) = 32+96+114=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #206072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206072 is #DF9F8D. Grayscale: #4E4E4E. Windows color (decimal): -14655374 or 7495712. OLE color: 7495712.

HSL color Cylindrical-coordinate representation of color #206072: hue angle of 193.17º 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 #206072 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 96 114 -
CMYK 0.72 0.16 0 0.55
HSL 193.17º 0.56% 0.29% -
HSV(B) 193.17º 0.72% 0.45% -
XYZ 7.82 9.89 17.42 -
YUV 78.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 32 96 114 0.72 0.16 0 0.55 193.17 0.56 0.29
Hex 20 60 72 48 10 0 37 C1 38 1D
Octal 40 140 162 110 20 0 67 301 70 35
Binary 100000 1100000 1110010 1001000 10000 0 110111 11000001 111000 11101

Color Harmonies of #206072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206072

Black with #206072

Text Example


Text Example

White with #206072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206072; }

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

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

background-color css

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

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

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

border-color css

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

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

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