#13375D

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

Shades of Regal Blue #13375D

Tints of Regal Blue #13375D

Color information

#13375D (or 0x13375D) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 5D. RGB value is (19,55,93). Sum of RGB (Red+Green+Blue) = 19+55+93=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #13375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13375D is #ECC8A2. Grayscale: #303030. Windows color (decimal): -15517859 or 6108947. OLE color: 6108947.

HSL color Cylindrical-coordinate representation of color #13375D: hue angle of 210.81º 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 #13375D is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195593-
CMYK0.800.4100.64
HSL210.81º66.07%21.96%-
HSV(B)210.81º79.57%36.47%-
XYZ3.613.6610.87-
YUV48.57153.07106.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=11.38%
G=32.93%
B=55.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1955930.800.4100.64210.8166.0721.96
Hex13375D5029040d34216
Octal236713512051010032310226
Binary10011110111101110110100001010010100000011010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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