#15426A

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

Shades of Regal Blue #15426A

Tints of Regal Blue #15426A

Color information

#15426A (or 0x15426A) is unknown color: approx Regal Blue. HEX triplet: 15, 42 and 6A. RGB value is (21,66,106). Sum of RGB (Red+Green+Blue) = 21+66+106=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #15426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15426A is #EABD95. Grayscale: #383838. Windows color (decimal): -15383958 or 6963733. OLE color: 6963733.

HSL color Cylindrical-coordinate representation of color #15426A: hue angle of 208.24º 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 #15426A is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2166106-
CMYK0.800.3800.58
HSL208.24º66.93%24.9%-
HSV(B)208.24º80.19%41.57%-
XYZ4.865.114.36-
YUV57.1155.59102.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 106 (41.80% from 255) = 54.92%
R=10.88%
G=34.20%
B=54.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21661060.800.3800.58208.2466.9324.9
Hex15426A502603Ad04319
Octal251021521204607232010331
Binary10101100001011010101010000100110011101011010000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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