Html Css Color HEX #205F77 Orient

📋 copy color: '#205F77'

red 32 ◦ green 95 ◦ blue 119

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

Shades of Orient #205F77

Tints of Orient #205F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 13.01%
G = 38.62%
B = 48.37%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205F77 (or 0x205F77) is known color: Orient. HEX triplet: 20, 5F and 77. RGB value is (32,95,119). Sum of RGB (Red+Green+Blue) = 32+95+119=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #205F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F77 is #DFA088. Grayscale: #4E4E4E. Windows color (decimal): -14655625 or 7823136. OLE color: 7823136.

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

Color convert

RGB 32 95 119 -
CMYK 0.73 0.20 0 0.53
HSL 196.55º 0.58% 0.3% -
HSV(B) 196.55º 0.73% 0.47% -
XYZ 8.02 9.82 18.93 -
YUV 78.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 32 95 119 0.73 0.20 0 0.53 196.55 0.58 0.3
Hex 20 5F 77 49 14 0 35 C5 3A 1E
Octal 40 137 167 111 24 0 65 305 72 36
Binary 100000 1011111 1110111 1001001 10100 0 110101 11000101 111010 11110

Color Harmonies of #205F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F77

Black with #205F77

Text Example


Text Example

White with #205F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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