#20415a

Color #20415A Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #20415A

Tints of Regal Blue #20415A

Color information

#20415A (or 0x20415A) is unknown color: approx Regal Blue. HEX triplet: 20, 41 and 5A. RGB value is (32,65,90). Sum of RGB (Red+Green+Blue) = 32+65+90=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #20415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20415A is #DFBEA5. Grayscale: #393939. Windows color (decimal): -14663334 or 5914912. OLE color: 5914912.

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

Color convert

RGB326590-
CMYK0.640.2800.65
HSL205.86º47.54%23.92%-
HSV(B)205.86º64.44%35.29%-
XYZ4.334.8310.38-
YUV57.98146.07109.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=17.11%
G=34.76%
B=48.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3265900.640.2800.65205.8647.5423.92
Hex20415A401C041ce3018
Octal401011321003401013166030
Binary10000010000011011010100000011100010000011100111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20415a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20415a; }

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

 H1.HeaderClassName
 {
   color: #20415a;
 }
 .AnyTagClassName
 {
   color: #20415a;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #20415a;
 }
 .BgClassName
 {
   background-color: #20415a;
 }
</style>
border-color css

<style>
 span { border-color: #20415a; }

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

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