#13375E

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

Shades of Regal Blue #13375E

Tints of Regal Blue #13375E

Color information

#13375E (or 0x13375E) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 5E. RGB value is (19,55,94). Sum of RGB (Red+Green+Blue) = 19+55+94=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #13375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13375E is #ECC8A1. Grayscale: #303030. Windows color (decimal): -15517858 or 6174483. OLE color: 6174483.

HSL color Cylindrical-coordinate representation of color #13375E: hue angle of 211.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13375E is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB195594-
CMYK0.800.4100.63
HSL211.2º66.37%22.16%-
HSV(B)211.2º79.79%36.86%-
XYZ3.663.6811.11-
YUV48.68153.57106.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=11.31%
G=32.74%
B=55.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1955940.800.4100.63211.266.3722.16
Hex13375E502903Fd34216
Octal23671361205107732310226
Binary1001111011110111101010000101001011111111010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13375E; }

 p { color: rgb(19,55,94); }

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

<style>
 a { background-color: #13375E; }

 a { background-color: rgb(19,55,94); }

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

<style>
 span { border-color: #13375E; }

 span { border-color: rgb(19,55,94); }

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