Html Css Color HEX #205C79 Orient

📋 copy color: '#205C79'

red 32 ◦ green 92 ◦ blue 121

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

Shades of Orient #205C79

Tints of Orient #205C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 13.06%
G = 37.55%
B = 49.39%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205C79 (or 0x205C79) is known color: Orient. HEX triplet: 20, 5C and 79. RGB value is (32,92,121). Sum of RGB (Red+Green+Blue) = 32+92+121=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #205C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C79 is #DFA386. Grayscale: #4D4D4D. Windows color (decimal): -14656391 or 7953440. OLE color: 7953440.

HSL color Cylindrical-coordinate representation of color #205C79: hue angle of 199.55º 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 #205C79 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 92 121 -
CMYK 0.74 0.24 0 0.53
HSL 199.55º 0.58% 0.3% -
HSV(B) 199.55º 0.74% 0.47% -
XYZ 7.87 9.34 19.48 -
YUV 77.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 32 92 121 0.74 0.24 0 0.53 199.55 0.58 0.3
Hex 20 5C 79 4A 18 0 35 C8 3A 1E
Octal 40 134 171 112 30 0 65 310 72 36
Binary 100000 1011100 1111001 1001010 11000 0 110101 11001000 111010 11110

Color Harmonies of #205C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C79

Black with #205C79

Text Example


Text Example

White with #205C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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