#15375D

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

Shades of Regal Blue #15375D

Tints of Regal Blue #15375D

Color information

#15375D (or 0x15375D) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 5D. RGB value is (21,55,93). Sum of RGB (Red+Green+Blue) = 21+55+93=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #15375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15375D is #EAC8A2. Grayscale: #303030. Windows color (decimal): -15386787 or 6108949. OLE color: 6108949.

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

Color convert

RGB215593-
CMYK0.770.4100.64
HSL211.67º63.16%22.35%-
HSV(B)211.67º77.42%36.47%-
XYZ3.653.6810.87-
YUV49.17152.74107.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=12.43%
G=32.54%
B=55.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2155930.770.4100.64211.6763.1622.35
Hex15375D4D29040d43f16
Octal25671351155101003247726
Binary1010111011110111011001101101001010000001101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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