Html Css Color HEX #205871 Orient

📋 copy color: '#205871'

red 32 ◦ green 88 ◦ blue 113

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

Shades of Orient #205871

Tints of Orient #205871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

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

R = 13.73%
G = 37.77%
B = 48.5%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205871 (or 0x205871) is known color: Orient. HEX triplet: 20, 58 and 71. RGB value is (32,88,113). Sum of RGB (Red+Green+Blue) = 32+88+113=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #205871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205871 is #DFA78E. Grayscale: #494949. Windows color (decimal): -14657423 or 7428128. OLE color: 7428128.

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

Color convert

RGB 32 88 113 -
CMYK 0.72 0.22 0 0.56
HSL 198.52º 0.56% 0.28% -
HSV(B) 198.52º 0.72% 0.44% -
XYZ 7.07 8.48 16.89 -
YUV 74.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 32 88 113 0.72 0.22 0 0.56 198.52 0.56 0.28
Hex 20 58 71 48 16 0 38 C7 38 1C
Octal 40 130 161 110 26 0 70 307 70 34
Binary 100000 1011000 1110001 1001000 10110 0 111000 11000111 111000 11100

Color Harmonies of #205871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205871

Black with #205871

Text Example


Text Example

White with #205871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205871; }

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

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

background-color css

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

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

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

border-color css

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

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

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