#194261

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

Shades of Regal Blue #194261

Tints of Regal Blue #194261

Color information

#194261 (or 0x194261) is unknown color: approx Regal Blue. HEX triplet: 19, 42 and 61. RGB value is (25,66,97). Sum of RGB (Red+Green+Blue) = 25+66+97=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #194261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194261 is #E6BD9E. Grayscale: #393939. Windows color (decimal): -15121823 or 6373913. OLE color: 6373913.

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

Color convert

RGB256697-
CMYK0.740.3200.62
HSL205.83º59.02%23.92%-
HSV(B)205.83º74.23%38.04%-
XYZ4.514.9712.03-
YUV57.28150.42104.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=13.30%
G=35.11%
B=51.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2566970.740.3200.62205.8359.0223.92
Hex1942614A2003Ece3b18
Octal31102141112400763167330
Binary1100110000101100001100101010000001111101100111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194261; }

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

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

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

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

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

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

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

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