Html Css Color HEX #205A77 Orient

📋 copy color: '#205A77'

red 32 ◦ green 90 ◦ blue 119

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

Shades of Orient #205A77

Tints of Orient #205A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 13.28%
G = 37.34%
B = 49.38%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205A77 (or 0x205A77) is known color: Orient. HEX triplet: 20, 5A and 77. RGB value is (32,90,119). Sum of RGB (Red+Green+Blue) = 32+90+119=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #205A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A77 is #DFA588. Grayscale: #4B4B4B. Windows color (decimal): -14656905 or 7821856. OLE color: 7821856.

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

Color convert

RGB 32 90 119 -
CMYK 0.73 0.24 0 0.53
HSL 200º 0.58% 0.3% -
HSV(B) 200º 0.73% 0.47% -
XYZ 7.58 8.95 18.78 -
YUV 75.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 32 90 119 0.73 0.24 0 0.53 200 0.58 0.3
Hex 20 5A 77 49 18 0 35 C8 3A 1E
Octal 40 132 167 111 30 0 65 310 72 36
Binary 100000 1011010 1110111 1001001 11000 0 110101 11001000 111010 11110

Color Harmonies of #205A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A77

Black with #205A77

Text Example


Text Example

White with #205A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,90,119); }

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

background-color css

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

 a { background-color: rgb(32,90,119); }

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

border-color css

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

 span { border-color: rgb(32,90,119); }

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