#133A60

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

Shades of Regal Blue #133A60

Tints of Regal Blue #133A60

Color information

#133A60 (or 0x133A60) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 60. RGB value is (19,58,96). Sum of RGB (Red+Green+Blue) = 19+58+96=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #133A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A60 is #ECC59F. Grayscale: #323232. Windows color (decimal): -15517088 or 6306323. OLE color: 6306323.

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

Color convert

RGB195896-
CMYK0.800.4000.62
HSL209.61º66.96%22.55%-
HSV(B)209.61º80.21%37.65%-
XYZ3.894.0111.63-
YUV50.67153.58105.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=10.98%
G=33.53%
B=55.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1958960.800.4000.62209.6166.9622.55
Hex133A60502803Ed24317
Octal23721401205007632210327
Binary1001111101011000001010000101000011111011010010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A60; }

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

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

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

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

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

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

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

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