#194FF1

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

Shades of Royal Blue #194FF1

Tints of Royal Blue #194FF1

Color information

#194FF1 (or 0x194FF1) is unknown color: approx Royal Blue. HEX triplet: 19, 4F and F1. RGB value is (25,79,241). Sum of RGB (Red+Green+Blue) = 25+79+241=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #194FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FF1 is #E6B00E. Grayscale: #505050. Windows color (decimal): -15118351 or 15814425. OLE color: 15814425.

HSL color Cylindrical-coordinate representation of color #194FF1: hue angle of 225º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194FF1 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2579241-
CMYK0.900.6700.05
HSL225º88.52%52.16%-
HSV(B)225º89.63%94.51%-
XYZ19.0712.1584.56-
YUV81.32218.1187.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.25%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 241 (94.53% from 255) = 69.86%
R=7.25%
G=22.90%
B=69.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal25792410.900.6700.0522588.5252.16
Hex194FF15A4305e15934
Octal311173611321030534113164
Binary11001100111111110001101101010000110101111000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194FF1; }

 p { color: rgb(25,79,241); }

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

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

 a { background-color: rgb(25,79,241); }

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

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

 span { border-color: rgb(25,79,241); }

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