#193F61

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

Shades of Regal Blue #193F61

Tints of Regal Blue #193F61

Color information

#193F61 (or 0x193F61) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 61. RGB value is (25,63,97). Sum of RGB (Red+Green+Blue) = 25+63+97=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #193F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F61 is #E6C09E. Grayscale: #373737. Windows color (decimal): -15122591 or 6373145. OLE color: 6373145.

HSL color Cylindrical-coordinate representation of color #193F61: hue angle of 208.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193F61 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB256397-
CMYK0.740.3500.62
HSL208.33º59.02%23.92%-
HSV(B)208.33º74.23%38.04%-
XYZ4.344.6211.97-
YUV55.51151.41106.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=13.51%
G=34.05%
B=52.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2563970.740.3500.62208.3359.0223.92
Hex193F614A2303Ed03b18
Octal3177141112430763207330
Binary110011111111100001100101010001101111101101000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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