#15395A

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

Shades of Regal Blue #15395A

Tints of Regal Blue #15395A

Color information

#15395A (or 0x15395A) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 5A. RGB value is (21,57,90). Sum of RGB (Red+Green+Blue) = 21+57+90=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #15395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15395A is #EAC6A5. Grayscale: #313131. Windows color (decimal): -15386278 or 5912853. OLE color: 5912853.

HSL color Cylindrical-coordinate representation of color #15395A: hue angle of 208.7º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15395A is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB215790-
CMYK0.770.3700.65
HSL208.7º62.16%21.76%-
HSV(B)208.7º76.67%35.29%-
XYZ3.623.8210.22-
YUV50150.57107.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=12.5%
G=33.93%
B=53.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2157900.770.3700.65208.762.1621.76
Hex15395A4D25041d13e16
Octal25711321154501013217626
Binary1010111100110110101001101100101010000011101000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15395A; }

 p { color: rgb(21,57,90); }

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

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

 a { background-color: rgb(21,57,90); }

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

<style>
 span { border-color: #15395A; }

 span { border-color: rgb(21,57,90); }

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