#193C57

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

Shades of Regal Blue #193C57

Tints of Regal Blue #193C57

Color information

#193C57 (or 0x193C57) is unknown color: approx Regal Blue. HEX triplet: 19, 3C and 57. RGB value is (25,60,87). Sum of RGB (Red+Green+Blue) = 25+60+87=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #193C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C57 is #E6C3A8. Grayscale: #343434. Windows color (decimal): -15123369 or 5717017. OLE color: 5717017.

HSL color Cylindrical-coordinate representation of color #193C57: hue angle of 206.13º 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 #193C57 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB256087-
CMYK0.710.3100.66
HSL206.13º55.36%21.96%-
HSV(B)206.13º71.26%34.12%-
XYZ3.744.139.62-
YUV52.61147.4108.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=14.53%
G=34.88%
B=50.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2560870.710.3100.66206.1355.3621.96
Hex193C57471F042ce3716
Octal31741271073701023166726
Binary110011111001010111100011111111010000101100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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