#193758

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

Shades of Regal Blue #193758

Tints of Regal Blue #193758

Color information

#193758 (or 0x193758) is unknown color: approx Regal Blue. HEX triplet: 19, 37 and 58. RGB value is (25,55,88). Sum of RGB (Red+Green+Blue) = 25+55+88=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #193758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193758 is #E6C8A7. Grayscale: #313131. Windows color (decimal): -15124648 or 5781273. OLE color: 5781273.

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

Color convert

RGB255588-
CMYK0.720.3800.65
HSL211.43º55.75%22.16%-
HSV(B)211.43º71.59%34.51%-
XYZ3.533.649.75-
YUV49.79149.56110.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=14.88%
G=32.74%
B=52.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2555880.720.3800.65211.4355.7522.16
Hex1937584826041d33816
Octal31671301104601013237026
Binary1100111011110110001001000100110010000011101001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193758; }

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

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

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

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

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

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

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

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