Html Css Color HEX #1A7CDD Navy Blue

📋 copy color: '#1A7CDD'

red 26 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #1A7CDD

Tints of Navy Blue #1A7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 7.01%
G = 33.42%
B = 59.57%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A7CDD (or 0x1A7CDD) is known color: Navy Blue. HEX triplet: 1A, 7C and DD. RGB value is (26,124,221). Sum of RGB (Red+Green+Blue) = 26+124+221=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A7CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7CDD is #E58322. Grayscale: #696969. Windows color (decimal): -15041315 or 14515226. OLE color: 14515226.

HSL color Cylindrical-coordinate representation of color #1A7CDD: hue angle of 209.85º 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 #1A7CDD is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 124 221 -
CMYK 0.88 0.44 0 0.13
HSL 209.85º 0.79% 0.48% -
HSV(B) 209.85º 0.88% 0.87% -
XYZ 20.68 19.86 71.15 -
YUV 105.76 193.03 71.11 -
System Red Green Blue C M Y K H S L
Decimal 26 124 221 0.88 0.44 0 0.13 209.85 0.79 0.48
Hex 1A 7C DD 58 2C 0 D D2 4F 30
Octal 32 174 335 130 54 0 15 322 117 60
Binary 11010 1111100 11011101 1011000 101100 0 1101 11010010 1001111 110000

Color Harmonies of #1A7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7CDD

Black with #1A7CDD

Text Example


Text Example

White with #1A7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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