Html Css Color HEX #205071 Orient

📋 copy color: '#205071'

red 32 ◦ green 80 ◦ blue 113

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

Shades of Orient #205071

Tints of Orient #205071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 14.22%
G = 35.56%
B = 50.22%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205071 (or 0x205071) is known color: Orient. HEX triplet: 20, 50 and 71. RGB value is (32,80,113). Sum of RGB (Red+Green+Blue) = 32+80+113=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #205071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205071 is #DFAF8E. Grayscale: #454545. Windows color (decimal): -14659471 or 7426080. OLE color: 7426080.

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

Color convert

RGB 32 80 113 -
CMYK 0.72 0.29 0 0.56
HSL 204.44º 0.56% 0.28% -
HSV(B) 204.44º 0.72% 0.44% -
XYZ 6.44 7.24 16.68 -
YUV 69.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 32 80 113 0.72 0.29 0 0.56 204.44 0.56 0.28
Hex 20 50 71 48 1D 0 38 CC 38 1C
Octal 40 120 161 110 35 0 70 314 70 34
Binary 100000 1010000 1110001 1001000 11101 0 111000 11001100 111000 11100

Color Harmonies of #205071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205071

Black with #205071

Text Example


Text Example

White with #205071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205071; }

 p { color: rgb(32,80,113); }

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

background-color css

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

 a { background-color: rgb(32,80,113); }

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

border-color css

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

 span { border-color: rgb(32,80,113); }

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