#15415F

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

Shades of Regal Blue #15415F

Tints of Regal Blue #15415F

Color information

#15415F (or 0x15415F) is unknown color: approx Regal Blue. HEX triplet: 15, 41 and 5F. RGB value is (21,65,95). Sum of RGB (Red+Green+Blue) = 21+65+95=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #15415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415F is #EABEA0. Grayscale: #373737. Windows color (decimal): -15384225 or 6242581. OLE color: 6242581.

HSL color Cylindrical-coordinate representation of color #15415F: hue angle of 204.32º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15415F is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB216595-
CMYK0.780.3200.63
HSL204.32º63.79%22.75%-
HSV(B)204.32º77.89%37.25%-
XYZ4.274.7711.52-
YUV55.26150.42103.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=11.60%
G=35.91%
B=52.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2165950.780.3200.63204.3263.7922.75
Hex15415F4E2003Fcc4017
Octal251011371164007731410027
Binary10101100000110111111001110100000011111111001100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15415F; }

 p { color: rgb(21,65,95); }

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

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

 a { background-color: rgb(21,65,95); }

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

<style>
 span { border-color: #15415F; }

 span { border-color: rgb(21,65,95); }

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