Html Css Color HEX #1A7DDD Navy Blue

📋 copy color: '#1A7DDD'

red 26 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #1A7DDD

Tints of Navy Blue #1A7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 6.99%
G = 33.6%
B = 59.41%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A7DDD (or 0x1A7DDD) is known color: Navy Blue. HEX triplet: 1A, 7D and DD. RGB value is (26,125,221). Sum of RGB (Red+Green+Blue) = 26+125+221=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A7DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7DDD is #E58222. Grayscale: #696969. Windows color (decimal): -15041059 or 14515482. OLE color: 14515482.

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

Color convert

RGB 26 125 221 -
CMYK 0.88 0.43 0 0.13
HSL 209.54º 0.79% 0.48% -
HSV(B) 209.54º 0.88% 0.87% -
XYZ 20.81 20.11 71.19 -
YUV 106.34 192.7 70.69 -
System Red Green Blue C M Y K H S L
Decimal 26 125 221 0.88 0.43 0 0.13 209.54 0.79 0.48
Hex 1A 7D DD 58 2B 0 D D2 4F 30
Octal 32 175 335 130 53 0 15 322 117 60
Binary 11010 1111101 11011101 1011000 101011 0 1101 11010010 1001111 110000

Color Harmonies of #1A7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7DDD

Black with #1A7DDD

Text Example


Text Example

White with #1A7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,125,221); }

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

background-color css

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

 a { background-color: rgb(26,125,221); }

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

border-color css

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

 span { border-color: rgb(26,125,221); }

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