#193F5A

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

Shades of Regal Blue #193F5A

Tints of Regal Blue #193F5A

Color information

#193F5A (or 0x193F5A) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 5A. RGB value is (25,63,90). Sum of RGB (Red+Green+Blue) = 25+63+90=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #193F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F5A is #E6C0A5. Grayscale: #363636. Windows color (decimal): -15122598 or 5914393. OLE color: 5914393.

HSL color Cylindrical-coordinate representation of color #193F5A: hue angle of 204.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193F5A is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256390-
CMYK0.720.3000.65
HSL204.92º56.52%22.55%-
HSV(B)204.92º72.22%35.29%-
XYZ4.024.510.33-
YUV54.72147.91106.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=14.04%
G=35.39%
B=50.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2563900.720.3000.65204.9256.5222.55
Hex193F5A481E041cd3917
Octal31771321103601013157127
Binary110011111111011010100100011110010000011100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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