#13395D

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

Shades of Regal Blue #13395D

Tints of Regal Blue #13395D

Color information

#13395D (or 0x13395D) is unknown color: approx Regal Blue. HEX triplet: 13, 39 and 5D. RGB value is (19,57,93). Sum of RGB (Red+Green+Blue) = 19+57+93=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #13395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13395D is #ECC6A2. Grayscale: #313131. Windows color (decimal): -15517347 or 6109459. OLE color: 6109459.

HSL color Cylindrical-coordinate representation of color #13395D: hue angle of 209.19º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13395D is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195793-
CMYK0.800.3900.64
HSL209.19º66.07%21.96%-
HSV(B)209.19º79.57%36.47%-
XYZ3.713.8610.9-
YUV49.74152.41106.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=11.24%
G=33.73%
B=55.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1957930.800.3900.64209.1966.0721.96
Hex13395D5027040d14216
Octal237113512047010032110226
Binary10011111001101110110100001001110100000011010001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13395D; }

 p { color: rgb(19,57,93); }

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

<style>
 a { background-color: #13395D; }

 a { background-color: rgb(19,57,93); }

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

<style>
 span { border-color: #13395D; }

 span { border-color: rgb(19,57,93); }

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