#193958

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

Shades of Regal Blue #193958

Tints of Regal Blue #193958

Color information

#193958 (or 0x193958) is unknown color: approx Regal Blue. HEX triplet: 19, 39 and 58. RGB value is (25,57,88). Sum of RGB (Red+Green+Blue) = 25+57+88=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #193958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193958 is #E6C6A7. Grayscale: #323232. Windows color (decimal): -15124136 or 5781785. OLE color: 5781785.

HSL color Cylindrical-coordinate representation of color #193958: hue angle of 209.52º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193958 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255788-
CMYK0.720.3500.65
HSL209.52º55.75%22.16%-
HSV(B)209.52º71.59%34.51%-
XYZ3.633.849.78-
YUV50.97148.9109.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.71%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=14.71%
G=33.53%
B=51.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2557880.720.3500.65209.5255.7522.16
Hex1939584823041d23816
Octal31711301104301013227026
Binary1100111100110110001001000100011010000011101001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193958; }

 p { color: rgb(25,57,88); }

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

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

 a { background-color: rgb(25,57,88); }

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

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

 span { border-color: rgb(25,57,88); }

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