#15446B

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

Shades of Regal Blue #15446B

Tints of Regal Blue #15446B

Color information

#15446B (or 0x15446B) is unknown color: approx Regal Blue. HEX triplet: 15, 44 and 6B. RGB value is (21,68,107). Sum of RGB (Red+Green+Blue) = 21+68+107=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #15446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15446B is #EABB94. Grayscale: #3A3A3A. Windows color (decimal): -15383445 or 7029781. OLE color: 7029781.

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

Color convert

RGB2168107-
CMYK0.800.3600.58
HSL207.21º67.19%25.1%-
HSV(B)207.21º80.37%41.96%-
XYZ5.035.3614.68-
YUV58.39155.43101.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=10.71%
G=34.69%
B=54.59%

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
Decimal21681070.800.3600.58207.2167.1925.1
Hex15446B502403Acf4319
Octal251041531204407231710331
Binary10101100010011010111010000100100011101011001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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