#193650

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

Shades of Regal Blue #193650

Tints of Regal Blue #193650

Color information

#193650 (or 0x193650) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 50. RGB value is (25,54,80). Sum of RGB (Red+Green+Blue) = 25+54+80=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #193650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193650 is #E6C9AF. Grayscale: #303030. Windows color (decimal): -15124912 or 5256729. OLE color: 5256729.

HSL color Cylindrical-coordinate representation of color #193650: hue angle of 208.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193650 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255480-
CMYK0.690.3300.69
HSL208.36º52.38%20.59%-
HSV(B)208.36º68.75%31.37%-
XYZ3.173.428.08-
YUV48.29145.89111.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=15.72%
G=33.96%
B=50.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2554800.690.3300.69208.3652.3820.59
Hex1936504521045d03415
Octal31661201054101053206425
Binary1100111011010100001000101100001010001011101000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193650; }

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

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

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

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

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

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

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

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