Html Css Color HEX #205973 Orient

📋 copy color: '#205973'

red 32 ◦ green 89 ◦ blue 115

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

Shades of Orient #205973

Tints of Orient #205973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

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

R = 13.56%
G = 37.71%
B = 48.73%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205973 (or 0x205973) is known color: Orient. HEX triplet: 20, 59 and 73. RGB value is (32,89,115). Sum of RGB (Red+Green+Blue) = 32+89+115=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #205973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205973 is #DFA68C. Grayscale: #4A4A4A. Windows color (decimal): -14657165 or 7559456. OLE color: 7559456.

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

Color convert

RGB 32 89 115 -
CMYK 0.72 0.23 0 0.55
HSL 198.8º 0.56% 0.29% -
HSV(B) 198.8º 0.72% 0.45% -
XYZ 7.26 8.69 17.51 -
YUV 74.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 32 89 115 0.72 0.23 0 0.55 198.8 0.56 0.29
Hex 20 59 73 48 17 0 37 C7 38 1D
Octal 40 131 163 110 27 0 67 307 70 35
Binary 100000 1011001 1110011 1001000 10111 0 110111 11000111 111000 11101

Color Harmonies of #205973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205973

Black with #205973

Text Example


Text Example

White with #205973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205973; }

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

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

background-color css

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

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

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

border-color css

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

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

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