Html Css Color HEX #1A6AEA Navy Blue

📋 copy color: '#1A6AEA'

red 26 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #1A6AEA

Tints of Navy Blue #1A6AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 7.1%
G = 28.96%
B = 63.93%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A6AEA (or 0x1A6AEA) is known color: Navy Blue. HEX triplet: 1A, 6A and EA. RGB value is (26,106,234). Sum of RGB (Red+Green+Blue) = 26+106+234=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A6AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6AEA is #E59515. Grayscale: #606060. Windows color (decimal): -15045910 or 15362586. OLE color: 15362586.

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

Color convert

RGB 26 106 234 -
CMYK 0.89 0.55 0 0.08
HSL 216.92º 0.83% 0.51% -
HSV(B) 216.92º 0.89% 0.92% -
XYZ 20.43 16.47 79.94 -
YUV 96.67 205.5 77.59 -
System Red Green Blue C M Y K H S L
Decimal 26 106 234 0.89 0.55 0 0.08 216.92 0.83 0.51
Hex 1A 6A EA 59 37 0 8 D9 53 33
Octal 32 152 352 131 67 0 10 331 123 63
Binary 11010 1101010 11101010 1011001 110111 0 1000 11011001 1010011 110011

Color Harmonies of #1A6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6AEA

Black with #1A6AEA

Text Example


Text Example

White with #1A6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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