#13365E

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

Shades of Regal Blue #13365E

Tints of Regal Blue #13365E

Color information

#13365E (or 0x13365E) is unknown color: approx Regal Blue. HEX triplet: 13, 36 and 5E. RGB value is (19,54,94). Sum of RGB (Red+Green+Blue) = 19+54+94=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #13365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13365E is #ECC9A1. Grayscale: #2F2F2F. Windows color (decimal): -15518114 or 6174227. OLE color: 6174227.

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

Color convert

RGB195494-
CMYK0.800.4300.63
HSL212º66.37%22.16%-
HSV(B)212º79.79%36.86%-
XYZ3.613.5811.09-
YUV48.1153.9107.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=11.38%
G=32.34%
B=56.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1954940.800.4300.6321266.3722.16
Hex13365E502B03Fd44216
Octal23661361205307732410226
Binary1001111011010111101010000101011011111111010100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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