Html Css Color HEX #205D79 Orient

📋 copy color: '#205D79'

red 32 ◦ green 93 ◦ blue 121

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

Shades of Orient #205D79

Tints of Orient #205D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 13.01%
G = 37.8%
B = 49.19%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205D79 (or 0x205D79) is known color: Orient. HEX triplet: 20, 5D and 79. RGB value is (32,93,121). Sum of RGB (Red+Green+Blue) = 32+93+121=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #205D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D79 is #DFA286. Grayscale: #4D4D4D. Windows color (decimal): -14656135 or 7953696. OLE color: 7953696.

HSL color Cylindrical-coordinate representation of color #205D79: hue angle of 198.88º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205D79 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 93 121 -
CMYK 0.74 0.23 0 0.53
HSL 198.88º 0.58% 0.3% -
HSV(B) 198.88º 0.74% 0.47% -
XYZ 7.96 9.52 19.51 -
YUV 77.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 32 93 121 0.74 0.23 0 0.53 198.88 0.58 0.3
Hex 20 5D 79 4A 17 0 35 C7 3A 1E
Octal 40 135 171 112 27 0 65 307 72 36
Binary 100000 1011101 1111001 1001010 10111 0 110101 11000111 111010 11110

Color Harmonies of #205D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D79

Black with #205D79

Text Example


Text Example

White with #205D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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