Html Css Color HEX #205A76 Orient

📋 copy color: '#205A76'

red 32 ◦ green 90 ◦ blue 118

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

Shades of Orient #205A76

Tints of Orient #205A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 13.33%
G = 37.5%
B = 49.17%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205A76 (or 0x205A76) is known color: Orient. HEX triplet: 20, 5A and 76. RGB value is (32,90,118). Sum of RGB (Red+Green+Blue) = 32+90+118=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #205A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A76 is #DFA589. Grayscale: #4B4B4B. Windows color (decimal): -14656906 or 7756320. OLE color: 7756320.

HSL color Cylindrical-coordinate representation of color #205A76: hue angle of 199.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205A76 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 90 118 -
CMYK 0.73 0.24 0 0.54
HSL 199.53º 0.57% 0.29% -
HSV(B) 199.53º 0.73% 0.46% -
XYZ 7.52 8.93 18.47 -
YUV 75.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 32 90 118 0.73 0.24 0 0.54 199.53 0.57 0.29
Hex 20 5A 76 49 18 0 36 C8 39 1D
Octal 40 132 166 111 30 0 66 310 71 35
Binary 100000 1011010 1110110 1001001 11000 0 110110 11001000 111001 11101

Color Harmonies of #205A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A76

Black with #205A76

Text Example


Text Example

White with #205A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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