#1A47F2

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

Shades of Royal Blue #1A47F2

Tints of Royal Blue #1A47F2

Color information

#1A47F2 (or 0x1A47F2) is unknown color: approx Royal Blue. HEX triplet: 1A, 47 and F2. RGB value is (26,71,242). Sum of RGB (Red+Green+Blue) = 26+71+242=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #1A47F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A47F2 is #E5B80D. Grayscale: #4C4C4C. Windows color (decimal): -15054862 or 15877914. OLE color: 15877914.

HSL color Cylindrical-coordinate representation of color #1A47F2: hue angle of 227.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A47F2 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2671242-
CMYK0.890.7100.05
HSL227.5º89.26%52.55%-
HSV(B)227.5º89.26%94.9%-
XYZ18.7111.1485.17-
YUV77.04221.0991.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.67%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 242 (94.92% from 255) = 71.39%
R=7.67%
G=20.94%
B=71.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal26712420.890.7100.05227.589.2652.55
Hex1A47F2594705e45935
Octal321073621311070534413165
Binary11010100011111110010101100110001110101111001001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A47F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A47F2; }

 p { color: rgb(26,71,242); }

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

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

 a { background-color: rgb(26,71,242); }

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

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

 span { border-color: rgb(26,71,242); }

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