#13405B

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

Shades of Regal Blue #13405B

Tints of Regal Blue #13405B

Color information

#13405B (or 0x13405B) is unknown color: approx Regal Blue. HEX triplet: 13, 40 and 5B. RGB value is (19,64,91). Sum of RGB (Red+Green+Blue) = 19+64+91=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #13405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13405B is #ECBFA4. Grayscale: #353535. Windows color (decimal): -15515557 or 5980179. OLE color: 5980179.

HSL color Cylindrical-coordinate representation of color #13405B: hue angle of 202.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13405B is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196491-
CMYK0.790.3000.64
HSL202.5º65.45%21.57%-
HSV(B)202.5º79.12%35.69%-
XYZ3.994.5610.57-
YUV53.62149.09103.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=10.92%
G=36.78%
B=52.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1964910.790.3000.64202.565.4521.57
Hex13405B4F1E040ca4116
Octal2310013311736010031210126
Binary10011100000010110111001111111100100000011001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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