#133052

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

Shades of Regal Blue #133052

Tints of Regal Blue #133052

Color information

#133052 (or 0x133052) is unknown color: approx Regal Blue. HEX triplet: 13, 30 and 52. RGB value is (19,48,82). Sum of RGB (Red+Green+Blue) = 19+48+82=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #133052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133052 is #ECCFAD. Grayscale: #2B2B2B. Windows color (decimal): -15519662 or 5386259. OLE color: 5386259.

HSL color Cylindrical-coordinate representation of color #133052: hue angle of 212.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133052 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB194882-
CMYK0.770.4100.68
HSL212.38º62.38%19.8%-
HSV(B)212.38º76.83%32.16%-
XYZ2.852.868.38-
YUV43.2149.89110.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=12.75%
G=32.21%
B=55.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1948820.770.4100.68212.3862.3819.8
Hex1330524D29044d43e14
Octal23601221155101043247624
Binary1001111000010100101001101101001010001001101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133052; }

 p { color: rgb(19,48,82); }

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

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

 a { background-color: rgb(19,48,82); }

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

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

 span { border-color: rgb(19,48,82); }

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