#13355F

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

Shades of Regal Blue #13355F

Tints of Regal Blue #13355F

Color information

#13355F (or 0x13355F) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 5F. RGB value is (19,53,95). Sum of RGB (Red+Green+Blue) = 19+53+95=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #13355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355F is #ECCAA0. Grayscale: #2F2F2F. Windows color (decimal): -15518369 or 6239507. OLE color: 6239507.

HSL color Cylindrical-coordinate representation of color #13355F: hue angle of 213.16º degrees, saturation: 0.67, 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 #13355F is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB195395-
CMYK0.800.4400.63
HSL213.16º66.67%22.35%-
HSV(B)213.16º80%37.25%-
XYZ3.613.5111.31-
YUV47.62154.74107.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=11.38%
G=31.74%
B=56.89%

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
Decimal1953950.800.4400.63213.1666.6722.35
Hex13355F502C03Fd54316
Octal23651371205407732510326
Binary1001111010110111111010000101100011111111010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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