Html Css Color HEX #1D7ADD Navy Blue

📋 copy color: '#1D7ADD'

red 29 ◦ green 122 ◦ blue 221

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

Shades of Navy Blue #1D7ADD

Tints of Navy Blue #1D7ADD

RGB

 RED value IS 29 (11.72% from 255) = 7.8%

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 7.8%
G = 32.8%
B = 59.41%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D7ADD (or 0x1D7ADD) is known color: Navy Blue. HEX triplet: 1D, 7A and DD. RGB value is (29,122,221). Sum of RGB (Red+Green+Blue) = 29+122+221=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 122 (48.05% from 255 or 32.80% 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 #1D7ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7ADD is #E28522. Grayscale: #686868. Windows color (decimal): -14845219 or 14514717. OLE color: 14514717.

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

Color convert

RGB 29 122 221 -
CMYK 0.87 0.45 0 0.13
HSL 210.94º 0.77% 0.49% -
HSV(B) 210.94º 0.87% 0.87% -
XYZ 20.52 19.4 71.07 -
YUV 105.48 193.19 73.45 -
System Red Green Blue C M Y K H S L
Decimal 29 122 221 0.87 0.45 0 0.13 210.94 0.77 0.49
Hex 1D 7A DD 57 2D 0 D D3 4D 31
Octal 35 172 335 127 55 0 15 323 115 61
Binary 11101 1111010 11011101 1010111 101101 0 1101 11010011 1001101 110001

Color Harmonies of #1D7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7ADD

Black with #1D7ADD

Text Example


Text Example

White with #1D7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,122,221); }

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

background-color css

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

 a { background-color: rgb(29,122,221); }

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

border-color css

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

 span { border-color: rgb(29,122,221); }

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