Html Css Color HEX #1A67EB Royal Blue

📋 copy color: '#1A67EB'

red 26 ◦ green 103 ◦ blue 235

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

Shades of Royal Blue #1A67EB

Tints of Royal Blue #1A67EB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 7.14%
G = 28.3%
B = 64.56%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A67EB (or 0x1A67EB) is known color: Royal Blue. HEX triplet: 1A, 67 and EB. RGB value is (26,103,235). Sum of RGB (Red+Green+Blue) = 26+103+235=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A67EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A67EB is #E59814. Grayscale: #5E5E5E. Windows color (decimal): -15046677 or 15427354. OLE color: 15427354.

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

Color convert

RGB 26 103 235 -
CMYK 0.89 0.56 0 0.08
HSL 217.89º 0.84% 0.51% -
HSV(B) 217.89º 0.89% 0.92% -
XYZ 20.27 15.92 80.6 -
YUV 95.03 206.99 78.77 -
System Red Green Blue C M Y K H S L
Decimal 26 103 235 0.89 0.56 0 0.08 217.89 0.84 0.51
Hex 1A 67 EB 59 38 0 8 DA 54 33
Octal 32 147 353 131 70 0 10 332 124 63
Binary 11010 1100111 11101011 1011001 111000 0 1000 11011010 1010100 110011

Color Harmonies of #1A67EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A67EB

Black with #1A67EB

Text Example


Text Example

White with #1A67EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,103,235); }

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

background-color css

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

 a { background-color: rgb(26,103,235); }

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

border-color css

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

 span { border-color: rgb(26,103,235); }

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