Html Css Color HEX #1A6EDA Navy Blue

📋 copy color: '#1A6EDA'

red 26 ◦ green 110 ◦ blue 218

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

Shades of Navy Blue #1A6EDA

Tints of Navy Blue #1A6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 218 (85.55% from 255) = 61.58%

R = 7.34%
G = 31.07%
B = 61.58%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1A6EDA (or 0x1A6EDA) is known color: Navy Blue. HEX triplet: 1A, 6E and DA. RGB value is (26,110,218). Sum of RGB (Red+Green+Blue) = 26+110+218=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A6EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6EDA is #E59125. Grayscale: #606060. Windows color (decimal): -15044902 or 14315034. OLE color: 14315034.

HSL color Cylindrical-coordinate representation of color #1A6EDA: hue angle of 213.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6EDA is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 110 218 -
CMYK 0.88 0.50 0 0.15
HSL 213.75º 0.79% 0.48% -
HSV(B) 213.75º 0.88% 0.85% -
XYZ 18.66 16.43 68.52 -
YUV 97.2 196.17 77.22 -
System Red Green Blue C M Y K H S L
Decimal 26 110 218 0.88 0.50 0 0.15 213.75 0.79 0.48
Hex 1A 6E DA 58 32 0 F D6 4F 30
Octal 32 156 332 130 62 0 17 326 117 60
Binary 11010 1101110 11011010 1011000 110010 0 1111 11010110 1001111 110000

Color Harmonies of #1A6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6EDA

Black with #1A6EDA

Text Example


Text Example

White with #1A6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,110,218); }

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

background-color css

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

 a { background-color: rgb(26,110,218); }

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

border-color css

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

 span { border-color: rgb(26,110,218); }

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