#193F57

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

Shades of Regal Blue #193F57

Tints of Regal Blue #193F57

Color information

#193F57 (or 0x193F57) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 57. RGB value is (25,63,87). Sum of RGB (Red+Green+Blue) = 25+63+87=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #193F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F57 is #E6C0A8. Grayscale: #363636. Windows color (decimal): -15122601 or 5717785. OLE color: 5717785.

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

Color convert

RGB256387-
CMYK0.710.2800.66
HSL203.23º55.36%21.96%-
HSV(B)203.23º71.26%34.12%-
XYZ3.94.459.67-
YUV54.37146.41107.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=14.29%
G=36%
B=49.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2563870.710.2800.66203.2355.3621.96
Hex193F57471C042cb3716
Octal31771271073401023136726
Binary110011111111010111100011111100010000101100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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