#194061

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

Shades of Regal Blue #194061

Tints of Regal Blue #194061

Color information

#194061 (or 0x194061) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 61. RGB value is (25,64,97). Sum of RGB (Red+Green+Blue) = 25+64+97=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #194061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194061 is #E6BF9E. Grayscale: #373737. Windows color (decimal): -15122335 or 6373401. OLE color: 6373401.

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

Color convert

RGB256497-
CMYK0.740.3400.62
HSL207.5º59.02%23.92%-
HSV(B)207.5º74.23%38.04%-
XYZ4.394.7411.99-
YUV56.1151.08105.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=13.44%
G=34.41%
B=52.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2564970.740.3400.62207.559.0223.92
Hex1940614A2203Ed03b18
Octal31100141112420763207330
Binary1100110000001100001100101010001001111101101000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194061; }

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

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

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

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

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

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

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

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