Html Css Color HEX #1A64EF Royal Blue

📋 copy color: '#1A64EF'

red 26 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #1A64EF

Tints of Royal Blue #1A64EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 7.12%
G = 27.4%
B = 65.48%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A64EF (or 0x1A64EF) is known color: Royal Blue. HEX triplet: 1A, 64 and EF. RGB value is (26,100,239). Sum of RGB (Red+Green+Blue) = 26+100+239=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A64EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A64EF is #E59B10. Grayscale: #5D5D5D. Windows color (decimal): -15047441 or 15688730. OLE color: 15688730.

HSL color Cylindrical-coordinate representation of color #1A64EF: hue angle of 219.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A64EF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 100 239 -
CMYK 0.89 0.58 0 0.06
HSL 219.15º 0.87% 0.52% -
HSV(B) 219.15º 0.89% 0.94% -
XYZ 20.56 15.57 83.58 -
YUV 93.72 209.98 79.7 -
System Red Green Blue C M Y K H S L
Decimal 26 100 239 0.89 0.58 0 0.06 219.15 0.87 0.52
Hex 1A 64 EF 59 3A 0 6 DB 57 34
Octal 32 144 357 131 72 0 6 333 127 64
Binary 11010 1100100 11101111 1011001 111010 0 110 11011011 1010111 110100

Color Harmonies of #1A64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A64EF

Black with #1A64EF

Text Example


Text Example

White with #1A64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,100,239); }

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

background-color css

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

 a { background-color: rgb(26,100,239); }

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

border-color css

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

 span { border-color: rgb(26,100,239); }

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