#133252

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

Shades of Regal Blue #133252

Tints of Regal Blue #133252

Color information

#133252 (or 0x133252) is unknown color: approx Regal Blue. HEX triplet: 13, 32 and 52. RGB value is (19,50,82). Sum of RGB (Red+Green+Blue) = 19+50+82=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #133252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133252 is #ECCDAD. Grayscale: #2C2C2C. Windows color (decimal): -15519150 or 5386771. OLE color: 5386771.

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

Color convert

RGB195082-
CMYK0.770.3900.68
HSL210.48º62.38%19.8%-
HSV(B)210.48º76.83%32.16%-
XYZ2.933.038.41-
YUV44.38149.23109.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=12.58%
G=33.11%
B=54.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1950820.770.3900.68210.4862.3819.8
Hex1332524D27044d23e14
Octal23621221154701043227624
Binary1001111001010100101001101100111010001001101001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133252; }

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

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

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

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

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

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

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

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