Html Css Color HEX #1A6ADE Navy Blue

📋 copy color: '#1A6ADE'

red 26 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #1A6ADE

Tints of Navy Blue #1A6ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 7.34%
G = 29.94%
B = 62.71%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A6ADE (or 0x1A6ADE) is known color: Navy Blue. HEX triplet: 1A, 6A and DE. RGB value is (26,106,222). Sum of RGB (Red+Green+Blue) = 26+106+222=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A6ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ADE is #E59521. Grayscale: #5E5E5E. Windows color (decimal): -15045922 or 14576154. OLE color: 14576154.

HSL color Cylindrical-coordinate representation of color #1A6ADE: hue angle of 215.51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6ADE is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 106 222 -
CMYK 0.88 0.52 0 0.13
HSL 215.51º 0.79% 0.49% -
HSV(B) 215.51º 0.88% 0.87% -
XYZ 18.76 15.8 71.17 -
YUV 95.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 26 106 222 0.88 0.52 0 0.13 215.51 0.79 0.49
Hex 1A 6A DE 58 34 0 D D8 4F 31
Octal 32 152 336 130 64 0 15 330 117 61
Binary 11010 1101010 11011110 1011000 110100 0 1101 11011000 1001111 110001

Color Harmonies of #1A6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6ADE

Black with #1A6ADE

Text Example


Text Example

White with #1A6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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