#133352

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

Shades of Regal Blue #133352

Tints of Regal Blue #133352

Color information

#133352 (or 0x133352) is unknown color: approx Regal Blue. HEX triplet: 13, 33 and 52. RGB value is (19,51,82). Sum of RGB (Red+Green+Blue) = 19+51+82=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #133352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133352 is #ECCCAD. Grayscale: #2C2C2C. Windows color (decimal): -15518894 or 5387027. OLE color: 5387027.

HSL color Cylindrical-coordinate representation of color #133352: hue angle of 209.52º 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 #133352 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB195182-
CMYK0.770.3800.68
HSL209.52º62.38%19.8%-
HSV(B)209.52º76.83%32.16%-
XYZ2.983.128.43-
YUV44.97148.9109.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=12.5%
G=33.55%
B=53.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1951820.770.3800.68209.5262.3819.8
Hex1333524D26044d23e14
Octal23631221154601043227624
Binary1001111001110100101001101100110010001001101001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133352; }

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

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

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

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

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

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

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

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