#15355D

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

Shades of Regal Blue #15355D

Tints of Regal Blue #15355D

Color information

#15355D (or 0x15355D) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 5D. RGB value is (21,53,93). Sum of RGB (Red+Green+Blue) = 21+53+93=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #15355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355D is #EACAA2. Grayscale: #2F2F2F. Windows color (decimal): -15387299 or 6108437. OLE color: 6108437.

HSL color Cylindrical-coordinate representation of color #15355D: hue angle of 213.33º 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 #15355D is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB215393-
CMYK0.770.4300.64
HSL213.33º63.16%22.35%-
HSV(B)213.33º77.42%36.47%-
XYZ3.563.510.84-
YUV47.99153.4108.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=12.57%
G=31.74%
B=55.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2153930.770.4300.64213.3363.1622.35
Hex15355D4D2B040d53f16
Octal25651351155301003257726
Binary1010111010110111011001101101011010000001101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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