Html Css Color HEX #1D77DD Navy Blue

📋 copy color: '#1D77DD'

red 29 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #1D77DD

Tints of Navy Blue #1D77DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 7.86%
G = 32.25%
B = 59.89%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D77DD (or 0x1D77DD) is known color: Navy Blue. HEX triplet: 1D, 77 and DD. RGB value is (29,119,221). Sum of RGB (Red+Green+Blue) = 29+119+221=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D77DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D77DD is #E28822. Grayscale: #676767. Windows color (decimal): -14845987 or 14513949. OLE color: 14513949.

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

Color convert

RGB 29 119 221 -
CMYK 0.87 0.46 0 0.13
HSL 211.88º 0.77% 0.49% -
HSV(B) 211.88º 0.87% 0.87% -
XYZ 20.15 18.68 70.95 -
YUV 103.72 194.18 74.71 -
System Red Green Blue C M Y K H S L
Decimal 29 119 221 0.87 0.46 0 0.13 211.88 0.77 0.49
Hex 1D 77 DD 57 2E 0 D D4 4D 31
Octal 35 167 335 127 56 0 15 324 115 61
Binary 11101 1110111 11011101 1010111 101110 0 1101 11010100 1001101 110001

Color Harmonies of #1D77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D77DD

Black with #1D77DD

Text Example


Text Example

White with #1D77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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