#193B65

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

Shades of Regal Blue #193B65

Tints of Regal Blue #193B65

Color information

#193B65 (or 0x193B65) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 65. RGB value is (25,59,101). Sum of RGB (Red+Green+Blue) = 25+59+101=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #193B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B65 is #E6C49A. Grayscale: #353535. Windows color (decimal): -15123611 or 6634265. OLE color: 6634265.

HSL color Cylindrical-coordinate representation of color #193B65: hue angle of 213.16º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193B65 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2559101-
CMYK0.750.4200.60
HSL213.16º60.32%24.71%-
HSV(B)213.16º75.25%39.61%-
XYZ4.314.2712.91-
YUV53.62154.74107.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=13.51%
G=31.89%
B=54.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25591010.750.4200.60213.1660.3224.71
Hex193B654B2A03Cd53c19
Octal3173145113520743257431
Binary110011110111100101100101110101001111001101010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,59,101); }

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

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

 a { background-color: rgb(25,59,101); }

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

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

 span { border-color: rgb(25,59,101); }

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