Html Css Color HEX #1D7BDD Navy Blue

📋 copy color: '#1D7BDD'

red 29 ◦ green 123 ◦ blue 221

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

Shades of Navy Blue #1D7BDD

Tints of Navy Blue #1D7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 7.77%
G = 32.98%
B = 59.25%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D7BDD (or 0x1D7BDD) is known color: Navy Blue. HEX triplet: 1D, 7B and DD. RGB value is (29,123,221). Sum of RGB (Red+Green+Blue) = 29+123+221=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D7BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7BDD is #E28422. Grayscale: #696969. Windows color (decimal): -14844963 or 14514973. OLE color: 14514973.

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

Color convert

RGB 29 123 221 -
CMYK 0.87 0.44 0 0.13
HSL 210.63º 0.77% 0.49% -
HSV(B) 210.63º 0.87% 0.87% -
XYZ 20.64 19.65 71.11 -
YUV 106.07 192.86 73.03 -
System Red Green Blue C M Y K H S L
Decimal 29 123 221 0.87 0.44 0 0.13 210.63 0.77 0.49
Hex 1D 7B DD 57 2C 0 D D3 4D 31
Octal 35 173 335 127 54 0 15 323 115 61
Binary 11101 1111011 11011101 1010111 101100 0 1101 11010011 1001101 110001

Color Harmonies of #1D7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7BDD

Black with #1D7BDD

Text Example


Text Example

White with #1D7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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