#133860

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

Shades of Regal Blue #133860

Tints of Regal Blue #133860

Color information

#133860 (or 0x133860) is unknown color: approx Regal Blue. HEX triplet: 13, 38 and 60. RGB value is (19,56,96). Sum of RGB (Red+Green+Blue) = 19+56+96=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #133860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133860 is #ECC79F. Grayscale: #313131. Windows color (decimal): -15517600 or 6305811. OLE color: 6305811.

HSL color Cylindrical-coordinate representation of color #133860: hue angle of 211.17º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133860 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195696-
CMYK0.800.4200.62
HSL211.17º66.96%22.55%-
HSV(B)211.17º80.21%37.65%-
XYZ3.793.8111.6-
YUV49.5154.24106.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=11.11%
G=32.75%
B=56.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1956960.800.4200.62211.1766.9622.55
Hex133860502A03Ed34317
Octal23701401205207632310327
Binary1001111100011000001010000101010011111011010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133860; }

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

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

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

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

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

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

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

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