Html Css Color HEX #1A65F1 Royal Blue

📋 copy color: '#1A65F1'

red 26 ◦ green 101 ◦ blue 241

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

Shades of Royal Blue #1A65F1

Tints of Royal Blue #1A65F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 241 (94.53% from 255) = 65.49%

R = 7.07%
G = 27.45%
B = 65.49%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1A65F1 (or 0x1A65F1) is known color: Royal Blue. HEX triplet: 1A, 65 and F1. RGB value is (26,101,241). Sum of RGB (Red+Green+Blue) = 26+101+241=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A65F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A65F1 is #E59A0E. Grayscale: #5D5D5D. Windows color (decimal): -15047183 or 15820058. OLE color: 15820058.

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

Color convert

RGB 26 101 241 -
CMYK 0.89 0.58 0 0.05
HSL 219.07º 0.88% 0.52% -
HSV(B) 219.07º 0.89% 0.95% -
XYZ 20.96 15.88 85.18 -
YUV 94.54 210.65 79.12 -
System Red Green Blue C M Y K H S L
Decimal 26 101 241 0.89 0.58 0 0.05 219.07 0.88 0.52
Hex 1A 65 F1 59 3A 0 5 DB 58 34
Octal 32 145 361 131 72 0 5 333 130 64
Binary 11010 1100101 11110001 1011001 111010 0 101 11011011 1011000 110100

Color Harmonies of #1A65F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A65F1

Black with #1A65F1

Text Example


Text Example

White with #1A65F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,101,241); }

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

background-color css

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

 a { background-color: rgb(26,101,241); }

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

border-color css

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

 span { border-color: rgb(26,101,241); }

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