Html Css Color HEX #1D6CDD Navy Blue

📋 copy color: '#1D6CDD'

red 29 ◦ green 108 ◦ blue 221

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

Shades of Navy Blue #1D6CDD

Tints of Navy Blue #1D6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 8.1%
G = 30.17%
B = 61.73%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D6CDD (or 0x1D6CDD) is known color: Navy Blue. HEX triplet: 1D, 6C and DD. RGB value is (29,108,221). Sum of RGB (Red+Green+Blue) = 29+108+221=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D6CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6CDD is #E29322. Grayscale: #606060. Windows color (decimal): -14848803 or 14511133. OLE color: 14511133.

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

Color convert

RGB 29 108 221 -
CMYK 0.87 0.51 0 0.13
HSL 215.31º 0.77% 0.49% -
HSV(B) 215.31º 0.87% 0.87% -
XYZ 18.92 16.21 70.54 -
YUV 97.26 197.83 79.31 -
System Red Green Blue C M Y K H S L
Decimal 29 108 221 0.87 0.51 0 0.13 215.31 0.77 0.49
Hex 1D 6C DD 57 33 0 D D7 4D 31
Octal 35 154 335 127 63 0 15 327 115 61
Binary 11101 1101100 11011101 1010111 110011 0 1101 11010111 1001101 110001

Color Harmonies of #1D6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CDD

Black with #1D6CDD

Text Example


Text Example

White with #1D6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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