#193858

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

Shades of Regal Blue #193858

Tints of Regal Blue #193858

Color information

#193858 (or 0x193858) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 58. RGB value is (25,56,88). Sum of RGB (Red+Green+Blue) = 25+56+88=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #193858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193858 is #E6C7A7. Grayscale: #323232. Windows color (decimal): -15124392 or 5781529. OLE color: 5781529.

HSL color Cylindrical-coordinate representation of color #193858: hue angle of 210.48º 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 #193858 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255688-
CMYK0.720.3600.65
HSL210.48º55.75%22.16%-
HSV(B)210.48º71.59%34.51%-
XYZ3.583.749.77-
YUV50.38149.23109.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=14.79%
G=33.14%
B=52.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2556880.720.3600.65210.4855.7522.16
Hex1938584824041d23816
Octal31701301104401013227026
Binary1100111100010110001001000100100010000011101001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193858; }

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

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

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

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

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

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

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

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