#193C56

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

Shades of Regal Blue #193C56

Tints of Regal Blue #193C56

Color information

#193C56 (or 0x193C56) is unknown color: approx Regal Blue. HEX triplet: 19, 3C and 56. RGB value is (25,60,86). Sum of RGB (Red+Green+Blue) = 25+60+86=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #193C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C56 is #E6C3A9. Grayscale: #343434. Windows color (decimal): -15123370 or 5651481. OLE color: 5651481.

HSL color Cylindrical-coordinate representation of color #193C56: hue angle of 205.57º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193C56 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB256086-
CMYK0.710.3000.66
HSL205.57º54.95%21.76%-
HSV(B)205.57º70.93%33.73%-
XYZ3.74.119.4-
YUV52.5146.9108.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=14.62%
G=35.09%
B=50.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2560860.710.3000.66205.5754.9521.76
Hex193C56471E042ce3716
Octal31741261073601023166726
Binary110011111001010110100011111110010000101100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193C56; }

 p { color: rgb(25,60,86); }

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

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

 a { background-color: rgb(25,60,86); }

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

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

 span { border-color: rgb(25,60,86); }

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