#1A5EEB

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

Shades of Royal Blue #1A5EEB

Tints of Royal Blue #1A5EEB

Color information

#1A5EEB (or 0x1A5EEB) is unknown color: approx Royal Blue. HEX triplet: 1A, 5E and EB. RGB value is (26,94,235). Sum of RGB (Red+Green+Blue) = 26+94+235=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A5EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5EEB is #E5A114. Grayscale: #595959. Windows color (decimal): -15048981 or 15425050. OLE color: 15425050.

HSL color Cylindrical-coordinate representation of color #1A5EEB: hue angle of 220.48º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A5EEB is Cyan = 0.89, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2694235-
CMYK0.890.600.08
HSL220.48º83.94%51.18%-
HSV(B)220.48º88.94%92.16%-
XYZ19.4214.2280.32-
YUV89.74209.9782.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.32%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 235 (92.19% from 255) = 66.20%
R=7.32%
G=26.48%
B=66.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal26942350.890.600.08220.4883.9451.18
Hex1A5EEB593C08dc5433
Octal321363531317401033412463
Binary11010101111011101011101100111110001000110111001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,94,235); }

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

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

 a { background-color: rgb(26,94,235); }

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

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

 span { border-color: rgb(26,94,235); }

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