#13355E

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

Shades of Regal Blue #13355E

Tints of Regal Blue #13355E

Color information

#13355E (or 0x13355E) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 5E. RGB value is (19,53,94). Sum of RGB (Red+Green+Blue) = 19+53+94=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #13355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355E is #ECCAA1. Grayscale: #2F2F2F. Windows color (decimal): -15518370 or 6173971. OLE color: 6173971.

HSL color Cylindrical-coordinate representation of color #13355E: hue angle of 212.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13355E is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB195394-
CMYK0.800.4400.63
HSL212.8º66.37%22.16%-
HSV(B)212.8º79.79%36.86%-
XYZ3.563.4911.08-
YUV47.51154.24107.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=11.45%
G=31.93%
B=56.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1953940.800.4400.63212.866.3722.16
Hex13355E502C03Fd54216
Octal23651361205407732510226
Binary1001111010110111101010000101100011111111010101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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