#13385E

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

Shades of Regal Blue #13385E

Tints of Regal Blue #13385E

Color information

#13385E (or 0x13385E) is unknown color: approx Regal Blue. HEX triplet: 13, 38 and 5E. RGB value is (19,56,94). Sum of RGB (Red+Green+Blue) = 19+56+94=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #13385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13385E is #ECC7A1. Grayscale: #313131. Windows color (decimal): -15517602 or 6174739. OLE color: 6174739.

HSL color Cylindrical-coordinate representation of color #13385E: hue angle of 210.4º 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 #13385E is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB195694-
CMYK0.800.4000.63
HSL210.4º66.37%22.16%-
HSV(B)210.4º79.79%36.86%-
XYZ3.73.7711.12-
YUV49.27153.24106.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=11.24%
G=33.14%
B=55.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1956940.800.4000.63210.466.3722.16
Hex13385E502803Fd24216
Octal23701361205007732210226
Binary1001111100010111101010000101000011111111010010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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