#13355A

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

Shades of Regal Blue #13355A

Tints of Regal Blue #13355A

Color information

#13355A (or 0x13355A) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 5A. RGB value is (19,53,90). Sum of RGB (Red+Green+Blue) = 19+53+90=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #13355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355A is #ECCAA5. Grayscale: #2E2E2E. Windows color (decimal): -15518374 or 5911827. OLE color: 5911827.

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

Color convert

RGB195390-
CMYK0.790.4100.65
HSL211.27º65.14%21.37%-
HSV(B)211.27º78.89%35.29%-
XYZ3.393.4210.16-
YUV47.05152.24107.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=11.73%
G=32.72%
B=55.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1953900.790.4100.65211.2765.1421.37
Hex13355A4F29041d34115
Octal236513211751010132310125
Binary10011110101101101010011111010010100000111010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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