#193652

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

Shades of Regal Blue #193652

Tints of Regal Blue #193652

Color information

#193652 (or 0x193652) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 52. RGB value is (25,54,82). Sum of RGB (Red+Green+Blue) = 25+54+82=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #193652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193652 is #E6C9AD. Grayscale: #303030. Windows color (decimal): -15124910 or 5387801. OLE color: 5387801.

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

Color convert

RGB255482-
CMYK0.700.3400.68
HSL209.47º53.27%20.98%-
HSV(B)209.47º69.51%32.16%-
XYZ3.243.458.48-
YUV48.52146.89111.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=15.53%
G=33.54%
B=50.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2554820.700.3400.68209.4753.2720.98
Hex1936524622044d13515
Octal31661221064201043216525
Binary1100111011010100101000110100010010001001101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193652; }

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

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

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

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

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

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

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

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