#15345D

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

Shades of Regal Blue #15345D

Tints of Regal Blue #15345D

Color information

#15345D (or 0x15345D) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 5D. RGB value is (21,52,93). Sum of RGB (Red+Green+Blue) = 21+52+93=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #15345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15345D is #EACBA2. Grayscale: #2F2F2F. Windows color (decimal): -15387555 or 6108181. OLE color: 6108181.

HSL color Cylindrical-coordinate representation of color #15345D: hue angle of 214.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15345D is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB215293-
CMYK0.770.4400.64
HSL214.17º63.16%22.35%-
HSV(B)214.17º77.42%36.47%-
XYZ3.513.4110.83-
YUV47.4153.73109.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=12.65%
G=31.33%
B=56.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2152930.770.4400.64214.1763.1622.35
Hex15345D4D2C040d63f16
Octal25641351155401003267726
Binary1010111010010111011001101101100010000001101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15345D; }

 p { color: rgb(21,52,93); }

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

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

 a { background-color: rgb(21,52,93); }

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

<style>
 span { border-color: #15345D; }

 span { border-color: rgb(21,52,93); }

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