#193C62

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

Shades of Regal Blue #193C62

Tints of Regal Blue #193C62

Color information

#193C62 (or 0x193C62) is unknown color: approx Regal Blue. HEX triplet: 19, 3C and 62. RGB value is (25,60,98). Sum of RGB (Red+Green+Blue) = 25+60+98=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #193C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C62 is #E6C39D. Grayscale: #353535. Windows color (decimal): -15123358 or 6437913. OLE color: 6437913.

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

Color convert

RGB256098-
CMYK0.740.3900.62
HSL211.23º59.35%24.12%-
HSV(B)211.23º74.49%38.43%-
XYZ4.224.3212.17-
YUV53.87152.9107.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=13.66%
G=32.79%
B=53.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2560980.740.3900.62211.2359.3524.12
Hex193C624A2703Ed33b18
Octal3174142112470763237330
Binary110011111001100010100101010011101111101101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,60,98); }

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

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

 a { background-color: rgb(25,60,98); }

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

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

 span { border-color: rgb(25,60,98); }

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