#194569

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

Shades of Regal Blue #194569

Tints of Regal Blue #194569

Color information

#194569 (or 0x194569) is unknown color: approx Regal Blue. HEX triplet: 19, 45 and 69. RGB value is (25,69,105). Sum of RGB (Red+Green+Blue) = 25+69+105=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #194569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194569 is #E6BA96. Grayscale: #3B3B3B. Windows color (decimal): -15121047 or 6898969. OLE color: 6898969.

HSL color Cylindrical-coordinate representation of color #194569: hue angle of 207º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194569 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2569105-
CMYK0.760.3400.59
HSL207º61.54%25.49%-
HSV(B)207º76.19%41.18%-
XYZ5.085.4814.16-
YUV59.95153.42103.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=12.56%
G=34.67%
B=52.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25691050.760.3400.5920761.5425.49
Hex1945694C2203Bcf3e19
Octal31105151114420733177631
Binary1100110001011101001100110010001001110111100111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194569; }

 p { color: rgb(25,69,105); }

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

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

 a { background-color: rgb(25,69,105); }

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

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

 span { border-color: rgb(25,69,105); }

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