Html Css Color HEX #205D71 Orient

📋 copy color: '#205D71'

red 32 ◦ green 93 ◦ blue 113

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

Shades of Orient #205D71

Tints of Orient #205D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.08%

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

R = 13.45%
G = 39.08%
B = 47.48%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205D71 (or 0x205D71) is known color: Orient. HEX triplet: 20, 5D and 71. RGB value is (32,93,113). Sum of RGB (Red+Green+Blue) = 32+93+113=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #205D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D71 is #DFA28E. Grayscale: #4C4C4C. Windows color (decimal): -14656143 or 7429408. OLE color: 7429408.

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

Color convert

RGB 32 93 113 -
CMYK 0.72 0.18 0 0.56
HSL 194.81º 0.56% 0.28% -
HSV(B) 194.81º 0.72% 0.44% -
XYZ 7.49 9.33 17.03 -
YUV 77.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 32 93 113 0.72 0.18 0 0.56 194.81 0.56 0.28
Hex 20 5D 71 48 12 0 38 C3 38 1C
Octal 40 135 161 110 22 0 70 303 70 34
Binary 100000 1011101 1110001 1001000 10010 0 111000 11000011 111000 11100

Color Harmonies of #205D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D71

Black with #205D71

Text Example


Text Example

White with #205D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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