#193353

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

Shades of Regal Blue #193353

Tints of Regal Blue #193353

Color information

#193353 (or 0x193353) is unknown color: approx Regal Blue. HEX triplet: 19, 33 and 53. RGB value is (25,51,83). Sum of RGB (Red+Green+Blue) = 25+51+83=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #193353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193353 is #E6CCAC. Grayscale: #2E2E2E. Windows color (decimal): -15125677 or 5452569. OLE color: 5452569.

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

Color convert

RGB255183-
CMYK0.700.3900.67
HSL213.1º53.7%21.18%-
HSV(B)213.1º69.88%32.55%-
XYZ3.153.28.64-
YUV46.87148.39112.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=15.72%
G=32.08%
B=52.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2551830.700.3900.67213.153.721.18
Hex1933534627043d53615
Octal31631231064701033256625
Binary1100111001110100111000110100111010000111101010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193353; }

 p { color: rgb(25,51,83); }

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

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

 a { background-color: rgb(25,51,83); }

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

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

 span { border-color: rgb(25,51,83); }

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