#193D60

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

Shades of Regal Blue #193D60

Tints of Regal Blue #193D60

Color information

#193D60 (or 0x193D60) is unknown color: approx Regal Blue. HEX triplet: 19, 3D and 60. RGB value is (25,61,96). Sum of RGB (Red+Green+Blue) = 25+61+96=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #193D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D60 is #E6C29F. Grayscale: #363636. Windows color (decimal): -15123104 or 6307097. OLE color: 6307097.

HSL color Cylindrical-coordinate representation of color #193D60: hue angle of 209.58º 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 #193D60 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB256196-
CMYK0.740.3600.62
HSL209.58º58.68%23.73%-
HSV(B)209.58º73.96%37.65%-
XYZ4.184.3911.69-
YUV54.23151.57107.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=13.74%
G=33.52%
B=52.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2561960.740.3600.62209.5858.6823.73
Hex193D604A2403Ed23b18
Octal3175140112440763227330
Binary110011111011100000100101010010001111101101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,61,96); }

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

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

 a { background-color: rgb(25,61,96); }

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

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

 span { border-color: rgb(25,61,96); }

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