#194066

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

Shades of Regal Blue #194066

Tints of Regal Blue #194066

Color information

#194066 (or 0x194066) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 66. RGB value is (25,64,102). Sum of RGB (Red+Green+Blue) = 25+64+102=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #194066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194066 is #E6BF99. Grayscale: #383838. Windows color (decimal): -15122330 or 6701081. OLE color: 6701081.

HSL color Cylindrical-coordinate representation of color #194066: hue angle of 209.61º degrees, saturation: 0.61, 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 #194066 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2564102-
CMYK0.750.3700.6
HSL209.61º60.63%24.9%-
HSV(B)209.61º75.49%40%-
XYZ4.634.8313.26-
YUV56.67153.58105.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=13.09%
G=33.51%
B=53.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25641020.750.3700.6209.6160.6324.9
Hex1940664B2503Cd23d19
Octal31100146113450743227531
Binary1100110000001100110100101110010101111001101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194066; }

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

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

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

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

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

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

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

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