#13365A

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

Shades of Regal Blue #13365A

Tints of Regal Blue #13365A

Color information

#13365A (or 0x13365A) is unknown color: approx Regal Blue. HEX triplet: 13, 36 and 5A. RGB value is (19,54,90). Sum of RGB (Red+Green+Blue) = 19+54+90=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #13365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13365A is #ECC9A5. Grayscale: #2F2F2F. Windows color (decimal): -15518118 or 5912083. OLE color: 5912083.

HSL color Cylindrical-coordinate representation of color #13365A: hue angle of 210.42º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13365A is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB195490-
CMYK0.790.4000.65
HSL210.42º65.14%21.37%-
HSV(B)210.42º78.89%35.29%-
XYZ3.433.5110.17-
YUV47.64151.9107.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=11.66%
G=33.13%
B=55.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1954900.790.4000.65210.4265.1421.37
Hex13365A4F28041d24115
Octal236613211750010132210125
Binary10011110110101101010011111010000100000111010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13365A; }

 p { color: rgb(19,54,90); }

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

<style>
 a { background-color: #13365A; }

 a { background-color: rgb(19,54,90); }

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

<style>
 span { border-color: #13365A; }

 span { border-color: rgb(19,54,90); }

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