Html Css Color HEX #205B73 Orient

📋 copy color: '#205B73'

red 32 ◦ green 91 ◦ blue 115

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

Shades of Orient #205B73

Tints of Orient #205B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 115 (45.31% from 255) = 48.32%

R = 13.45%
G = 38.24%
B = 48.32%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205B73 (or 0x205B73) is known color: Orient. HEX triplet: 20, 5B and 73. RGB value is (32,91,115). Sum of RGB (Red+Green+Blue) = 32+91+115=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #205B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B73 is #DFA48C. Grayscale: #4B4B4B. Windows color (decimal): -14656653 or 7559968. OLE color: 7559968.

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

Color convert

RGB 32 91 115 -
CMYK 0.72 0.21 0 0.55
HSL 197.35º 0.56% 0.29% -
HSV(B) 197.35º 0.72% 0.45% -
XYZ 7.43 9.03 17.57 -
YUV 76.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 32 91 115 0.72 0.21 0 0.55 197.35 0.56 0.29
Hex 20 5B 73 48 15 0 37 C5 38 1D
Octal 40 133 163 110 25 0 67 305 70 35
Binary 100000 1011011 1110011 1001000 10101 0 110111 11000101 111000 11101

Color Harmonies of #205B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B73

Black with #205B73

Text Example


Text Example

White with #205B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,91,115); }

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

background-color css

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

 a { background-color: rgb(32,91,115); }

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

border-color css

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

 span { border-color: rgb(32,91,115); }

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