Html Css Color HEX #205A72 Orient

📋 copy color: '#205A72'

red 32 ◦ green 90 ◦ blue 114

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

Shades of Orient #205A72

Tints of Orient #205A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 13.56%
G = 38.14%
B = 48.31%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205A72 (or 0x205A72) is known color: Orient. HEX triplet: 20, 5A and 72. RGB value is (32,90,114). Sum of RGB (Red+Green+Blue) = 32+90+114=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #205A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A72 is #DFA58D. Grayscale: #4B4B4B. Windows color (decimal): -14656910 or 7494176. OLE color: 7494176.

HSL color Cylindrical-coordinate representation of color #205A72: hue angle of 197.56º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205A72 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 90 114 -
CMYK 0.72 0.21 0 0.55
HSL 197.56º 0.56% 0.29% -
HSV(B) 197.56º 0.72% 0.45% -
XYZ 7.29 8.83 17.24 -
YUV 75.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 32 90 114 0.72 0.21 0 0.55 197.56 0.56 0.29
Hex 20 5A 72 48 15 0 37 C6 38 1D
Octal 40 132 162 110 25 0 67 306 70 35
Binary 100000 1011010 1110010 1001000 10101 0 110111 11000110 111000 11101

Color Harmonies of #205A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A72

Black with #205A72

Text Example


Text Example

White with #205A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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