#193854

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

Shades of Regal Blue #193854

Tints of Regal Blue #193854

Color information

#193854 (or 0x193854) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 54. RGB value is (25,56,84). Sum of RGB (Red+Green+Blue) = 25+56+84=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #193854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193854 is #E6C7AB. Grayscale: #313131. Windows color (decimal): -15124396 or 5519385. OLE color: 5519385.

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

Color convert

RGB255684-
CMYK0.700.3300.67
HSL208.47º54.13%21.37%-
HSV(B)208.47º70.24%32.94%-
XYZ3.423.688.92-
YUV49.92147.23110.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=15.15%
G=33.94%
B=50.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2556840.700.3300.67208.4754.1321.37
Hex1938544621043d03615
Octal31701241064101033206625
Binary1100111100010101001000110100001010000111101000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193854; }

 p { color: rgb(25,56,84); }

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

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

 a { background-color: rgb(25,56,84); }

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

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

 span { border-color: rgb(25,56,84); }

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