#15426B

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

Shades of Regal Blue #15426B

Tints of Regal Blue #15426B

Color information

#15426B (or 0x15426B) is unknown color: approx Regal Blue. HEX triplet: 15, 42 and 6B. RGB value is (21,66,107). Sum of RGB (Red+Green+Blue) = 21+66+107=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #15426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15426B is #EABD94. Grayscale: #393939. Windows color (decimal): -15383957 or 7029269. OLE color: 7029269.

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

Color convert

RGB2166107-
CMYK0.800.3800.58
HSL208.6º67.19%25.1%-
HSV(B)208.6º80.37%41.96%-
XYZ4.915.1214.64-
YUV57.22156.09102.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 107 (42.19% from 255) = 55.15%
R=10.82%
G=34.02%
B=55.15%

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
Decimal21661070.800.3800.58208.667.1925.1
Hex15426B502603Ad14319
Octal251021531204607232110331
Binary10101100001011010111010000100110011101011010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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