Html Css Color HEX #205B76 Orient

📋 copy color: '#205B76'

red 32 ◦ green 91 ◦ blue 118

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

Shades of Orient #205B76

Tints of Orient #205B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

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

R = 13.28%
G = 37.76%
B = 48.96%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205B76 (or 0x205B76) is known color: Orient. HEX triplet: 20, 5B and 76. RGB value is (32,91,118). Sum of RGB (Red+Green+Blue) = 32+91+118=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #205B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B76 is #DFA489. Grayscale: #4C4C4C. Windows color (decimal): -14656650 or 7756576. OLE color: 7756576.

HSL color Cylindrical-coordinate representation of color #205B76: hue angle of 198.84º 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 #205B76 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 91 118 -
CMYK 0.73 0.23 0 0.54
HSL 198.84º 0.57% 0.29% -
HSV(B) 198.84º 0.73% 0.46% -
XYZ 7.61 9.1 18.49 -
YUV 76.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 32 91 118 0.73 0.23 0 0.54 198.84 0.57 0.29
Hex 20 5B 76 49 17 0 36 C7 39 1D
Octal 40 133 166 111 27 0 66 307 71 35
Binary 100000 1011011 1110110 1001001 10111 0 110110 11000111 111001 11101

Color Harmonies of #205B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B76

Black with #205B76

Text Example


Text Example

White with #205B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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