#194064

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

Shades of Regal Blue #194064

Tints of Regal Blue #194064

Color information

#194064 (or 0x194064) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 64. RGB value is (25,64,100). Sum of RGB (Red+Green+Blue) = 25+64+100=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #194064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194064 is #E6BF9B. Grayscale: #383838. Windows color (decimal): -15122332 or 6570009. OLE color: 6570009.

HSL color Cylindrical-coordinate representation of color #194064: hue angle of 208.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194064 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2564100-
CMYK0.750.3600.61
HSL208.8º60%24.51%-
HSV(B)208.8º75%39.22%-
XYZ4.534.7912.74-
YUV56.44152.58105.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 100 (39.45% from 255) = 52.91%
R=13.23%
G=33.86%
B=52.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25641000.750.3600.61208.86024.51
Hex1940644B2403Dd13c19
Octal31100144113440753217431
Binary1100110000001100100100101110010001111011101000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194064; }

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

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

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

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

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

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

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

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