Html Css Color HEX #1A5BEA Royal Blue

📋 copy color: '#1A5BEA'

red 26 ◦ green 91 ◦ blue 234

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

Shades of Royal Blue #1A5BEA

Tints of Royal Blue #1A5BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 234 (91.8% from 255) = 66.67%

R = 7.41%
G = 25.93%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A5BEA (or 0x1A5BEA) is known color: Royal Blue. HEX triplet: 1A, 5B and EA. RGB value is (26,91,234). Sum of RGB (Red+Green+Blue) = 26+91+234=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A5BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5BEA is #E5A415. Grayscale: #575757. Windows color (decimal): -15049750 or 15358746. OLE color: 15358746.

HSL color Cylindrical-coordinate representation of color #1A5BEA: hue angle of 221.25º degrees, saturation: 0.83, 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 #1A5BEA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 91 234 -
CMYK 0.89 0.61 0 0.08
HSL 221.25º 0.83% 0.51% -
HSV(B) 221.25º 0.89% 0.92% -
XYZ 19.02 13.64 79.47 -
YUV 87.87 210.47 83.87 -
System Red Green Blue C M Y K H S L
Decimal 26 91 234 0.89 0.61 0 0.08 221.25 0.83 0.51
Hex 1A 5B EA 59 3D 0 8 DD 53 33
Octal 32 133 352 131 75 0 10 335 123 63
Binary 11010 1011011 11101010 1011001 111101 0 1000 11011101 1010011 110011

Color Harmonies of #1A5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5BEA

Black with #1A5BEA

Text Example


Text Example

White with #1A5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,91,234); }

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

background-color css

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

 a { background-color: rgb(26,91,234); }

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

border-color css

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

 span { border-color: rgb(26,91,234); }

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