Html Css Color HEX #1D6EDD Navy Blue

📋 copy color: '#1D6EDD'

red 29 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #1D6EDD

Tints of Navy Blue #1D6EDD

RGB

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

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

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

R = 8.06%
G = 30.56%
B = 61.39%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D6EDD (or 0x1D6EDD) is known color: Navy Blue. HEX triplet: 1D, 6E and DD. RGB value is (29,110,221). Sum of RGB (Red+Green+Blue) = 29+110+221=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6EDD is #E29122. Grayscale: #616161. Windows color (decimal): -14848291 or 14511645. OLE color: 14511645.

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

Color convert

RGB 29 110 221 -
CMYK 0.87 0.50 0 0.13
HSL 214.69º 0.77% 0.49% -
HSV(B) 214.69º 0.87% 0.87% -
XYZ 19.13 16.63 70.61 -
YUV 98.44 197.16 78.47 -
System Red Green Blue C M Y K H S L
Decimal 29 110 221 0.87 0.50 0 0.13 214.69 0.77 0.49
Hex 1D 6E DD 57 32 0 D D7 4D 31
Octal 35 156 335 127 62 0 15 327 115 61
Binary 11101 1101110 11011101 1010111 110010 0 1101 11010111 1001101 110001

Color Harmonies of #1D6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6EDD

Black with #1D6EDD

Text Example


Text Example

White with #1D6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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