#13405A

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

Shades of Regal Blue #13405A

Tints of Regal Blue #13405A

Color information

#13405A (or 0x13405A) is unknown color: approx Regal Blue. HEX triplet: 13, 40 and 5A. RGB value is (19,64,90). Sum of RGB (Red+Green+Blue) = 19+64+90=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #13405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13405A is #ECBFA5. Grayscale: #353535. Windows color (decimal): -15515558 or 5914643. OLE color: 5914643.

HSL color Cylindrical-coordinate representation of color #13405A: hue angle of 201.97º 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 #13405A is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB196490-
CMYK0.790.2900.65
HSL201.97º65.14%21.37%-
HSV(B)201.97º78.89%35.29%-
XYZ3.954.5410.34-
YUV53.51148.59103.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=10.98%
G=36.99%
B=52.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1964900.790.2900.65201.9765.1421.37
Hex13405A4F1D041ca4115
Octal2310013211735010131210125
Binary10011100000010110101001111111010100000111001010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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