Html Css Color HEX #1A53FF Royal Blue

📋 copy color: '#1A53FF'

red 26 ◦ green 83 ◦ blue 255

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

Shades of Royal Blue #1A53FF

Tints of Royal Blue #1A53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 7.14%
G = 22.8%
B = 70.05%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A53FF (or 0x1A53FF) is known color: Royal Blue. HEX triplet: 1A, 53 and FF. RGB value is (26,83,255). Sum of RGB (Red+Green+Blue) = 26+83+255=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A53FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A53FF is #E5AC00. Grayscale: #545454. Windows color (decimal): -15051777 or 16732954. OLE color: 16732954.

HSL color Cylindrical-coordinate representation of color #1A53FF: hue angle of 225.07º 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 #1A53FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 83 255 -
CMYK 0.90 0.67 0 0
HSL 225.07º 1% 0.55% -
HSV(B) 225.07º 0.9% 1% -
XYZ 21.57 13.63 96.1 -
YUV 85.57 223.62 85.51 -
System Red Green Blue C M Y K H S L
Decimal 26 83 255 0.90 0.67 0 0 225.07 1 0.55
Hex 1A 53 FF 5A 43 0 0 E1 64 37
Octal 32 123 377 132 103 0 0 341 144 67
Binary 11010 1010011 11111111 1011010 1000011 0 0 11100001 1100100 110111

Color Harmonies of #1A53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A53FF

Black with #1A53FF

Text Example


Text Example

White with #1A53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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