#193657

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

Shades of Regal Blue #193657

Tints of Regal Blue #193657

Color information

#193657 (or 0x193657) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 57. RGB value is (25,54,87). Sum of RGB (Red+Green+Blue) = 25+54+87=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #193657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193657 is #E6C9A8. Grayscale: #303030. Windows color (decimal): -15124905 or 5715481. OLE color: 5715481.

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

Color convert

RGB255487-
CMYK0.710.3800.66
HSL211.94º55.36%21.96%-
HSV(B)211.94º71.26%34.12%-
XYZ3.443.539.52-
YUV49.09149.39110.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=15.06%
G=32.53%
B=52.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2554870.710.3800.66211.9455.3621.96
Hex1936574726042d43716
Octal31661271074601023246726
Binary1100111011010101111000111100110010000101101010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193657; }

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

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

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

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

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

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

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

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