Html Css Color HEX #1A59FF Royal Blue

📋 copy color: '#1A59FF'

red 26 ◦ green 89 ◦ blue 255

#1A59FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1A59FF

Tints of Royal Blue #1A59FF

RGB

 RED value IS 26 (10.55% from 255) = 7.03%

 GREEN value IS 89 (35.16% from 255) = 24.05%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 7.03%
G = 24.05%
B = 68.92%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A59FF (or 0x1A59FF) is known color: Royal Blue. HEX triplet: 1A, 59 and FF. RGB value is (26,89,255). Sum of RGB (Red+Green+Blue) = 26+89+255=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A59FF is #E5A600. Grayscale: #585858. Windows color (decimal): -15050241 or 16734490. OLE color: 16734490.

HSL color Cylindrical-coordinate representation of color #1A59FF: hue angle of 223.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A59FF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 89 255 -
CMYK 0.90 0.65 0 0
HSL 223.49º 1% 0.55% -
HSV(B) 223.49º 0.9% 1% -
XYZ 22.05 14.58 96.26 -
YUV 89.09 221.63 83 -
System Red Green Blue C M Y K H S L
Decimal 26 89 255 0.90 0.65 0 0 223.49 1 0.55
Hex 1A 59 FF 5A 41 0 0 DF 64 37
Octal 32 131 377 132 101 0 0 337 144 67
Binary 11010 1011001 11111111 1011010 1000001 0 0 11011111 1100100 110111

Color Harmonies of #1A59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A59FF

Black with #1A59FF

Text Example


Text Example

White with #1A59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,89,255); }

 H1.HeaderClassName
 {
   color: #1A59FF;
 }
 .AnyTagClassName
 {
   color: #1A59FF;
 }
</style>

background-color css

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

 a { background-color: rgb(26,89,255); }

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

border-color css

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

 span { border-color: rgb(26,89,255); }

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