#194060

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

Shades of Regal Blue #194060

Tints of Regal Blue #194060

Color information

#194060 (or 0x194060) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 60. RGB value is (25,64,96). Sum of RGB (Red+Green+Blue) = 25+64+96=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #194060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194060 is #E6BF9F. Grayscale: #373737. Windows color (decimal): -15122336 or 6307865. OLE color: 6307865.

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

Color convert

RGB256496-
CMYK0.740.3300.62
HSL207.04º58.68%23.73%-
HSV(B)207.04º73.96%37.65%-
XYZ4.354.7211.75-
YUV55.99150.58105.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=13.51%
G=34.59%
B=51.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2564960.740.3300.62207.0458.6823.73
Hex1940604A2103Ecf3b18
Octal31100140112410763177330
Binary1100110000001100000100101010000101111101100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194060; }

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

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

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

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

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

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

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

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