#13325B

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

Shades of Regal Blue #13325B

Tints of Regal Blue #13325B

Color information

#13325B (or 0x13325B) is unknown color: approx Regal Blue. HEX triplet: 13, 32 and 5B. RGB value is (19,50,91). Sum of RGB (Red+Green+Blue) = 19+50+91=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #13325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325B is #ECCDA4. Grayscale: #2D2D2D. Windows color (decimal): -15519141 or 5976595. OLE color: 5976595.

HSL color Cylindrical-coordinate representation of color #13325B: hue angle of 214.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13325B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195091-
CMYK0.790.4500.64
HSL214.17º65.45%21.57%-
HSV(B)214.17º79.12%35.69%-
XYZ3.33.1710.34-
YUV45.4153.73109.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=11.88%
G=31.25%
B=56.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1950910.790.4500.64214.1765.4521.57
Hex13325B4F2D040d64116
Octal236213311755010032610126
Binary10011110010101101110011111011010100000011010110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,50,91); }

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

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

 a { background-color: rgb(19,50,91); }

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

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

 span { border-color: rgb(19,50,91); }

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