Html Css Color HEX #20485B Astronaut Blue

📋 copy color: '#20485B'

red 32 ◦ green 72 ◦ blue 91

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

Shades of Astronaut Blue #20485B

Tints of Astronaut Blue #20485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 16.41%
G = 36.92%
B = 46.67%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20485B (or 0x20485B) is known color: Astronaut Blue. HEX triplet: 20, 48 and 5B. RGB value is (32,72,91). Sum of RGB (Red+Green+Blue) = 32+72+91=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #20485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20485B is #DFB7A4. Grayscale: #3E3E3E. Windows color (decimal): -14661541 or 5982240. OLE color: 5982240.

HSL color Cylindrical-coordinate representation of color #20485B: hue angle of 199.32º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20485B is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 72 91 -
CMYK 0.65 0.21 0 0.64
HSL 199.32º 0.48% 0.24% -
HSV(B) 199.32º 0.65% 0.36% -
XYZ 4.8 5.7 10.74 -
YUV 62.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 32 72 91 0.65 0.21 0 0.64 199.32 0.48 0.24
Hex 20 48 5B 41 15 0 40 C7 30 18
Octal 40 110 133 101 25 0 100 307 60 30
Binary 100000 1001000 1011011 1000001 10101 0 1000000 11000111 110000 11000

Color Harmonies of #20485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20485B

Black with #20485B

Text Example


Text Example

White with #20485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20485B; }

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

 H1.HeaderClassName
 {
   color: #20485B;
 }
 .AnyTagClassName
 {
   color: #20485B;
 }
</style>

background-color css

<style>
 a { background-color: #20485B; }

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

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

border-color css

<style>
 span { border-color: #20485B; }

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

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