#193252

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

Shades of Regal Blue #193252

Tints of Regal Blue #193252

Color information

#193252 (or 0x193252) is unknown color: approx Regal Blue. HEX triplet: 19, 32 and 52. RGB value is (25,50,82). Sum of RGB (Red+Green+Blue) = 25+50+82=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #193252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193252 is #E6CDAD. Grayscale: #2E2E2E. Windows color (decimal): -15125934 or 5386777. OLE color: 5386777.

HSL color Cylindrical-coordinate representation of color #193252: hue angle of 213.68º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193252 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB255082-
CMYK0.700.3900.68
HSL213.68º53.27%20.98%-
HSV(B)213.68º69.51%32.16%-
XYZ3.063.18.42-
YUV46.17148.22112.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=15.92%
G=31.85%
B=52.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2550820.700.3900.68213.6853.2720.98
Hex1932524627044d63515
Octal31621221064701043266525
Binary1100111001010100101000110100111010001001101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193252; }

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

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

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

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

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

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

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

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