#15446A

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

Shades of Regal Blue #15446A

Tints of Regal Blue #15446A

Color information

#15446A (or 0x15446A) is unknown color: approx Regal Blue. HEX triplet: 15, 44 and 6A. RGB value is (21,68,106). Sum of RGB (Red+Green+Blue) = 21+68+106=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #15446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15446A is #EABB95. Grayscale: #3A3A3A. Windows color (decimal): -15383446 or 6964245. OLE color: 6964245.

HSL color Cylindrical-coordinate representation of color #15446A: hue angle of 206.82º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15446A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2168106-
CMYK0.800.3600.58
HSL206.82º66.93%24.9%-
HSV(B)206.82º80.19%41.57%-
XYZ4.985.3314.4-
YUV58.28154.93101.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=10.77%
G=34.87%
B=54.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21681060.800.3600.58206.8266.9324.9
Hex15446A502403Acf4319
Octal251041521204407231710331
Binary10101100010011010101010000100100011101011001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,68,106); }

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

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

 a { background-color: rgb(21,68,106); }

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

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

 span { border-color: rgb(21,68,106); }

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