Html Css Color HEX #1D7BDB Navy Blue

📋 copy color: '#1D7BDB'

red 29 ◦ green 123 ◦ blue 219

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

Shades of Navy Blue #1D7BDB

Tints of Navy Blue #1D7BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 7.82%
G = 33.15%
B = 59.03%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D7BDB (or 0x1D7BDB) is known color: Navy Blue. HEX triplet: 1D, 7B and DB. RGB value is (29,123,219). Sum of RGB (Red+Green+Blue) = 29+123+219=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D7BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7BDB is #E28424. Grayscale: #696969. Windows color (decimal): -14844965 or 14383901. OLE color: 14383901.

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

Color convert

RGB 29 123 219 -
CMYK 0.87 0.44 0 0.14
HSL 210.32º 0.77% 0.49% -
HSV(B) 210.32º 0.87% 0.86% -
XYZ 20.38 19.54 69.72 -
YUV 105.84 191.86 73.19 -
System Red Green Blue C M Y K H S L
Decimal 29 123 219 0.87 0.44 0 0.14 210.32 0.77 0.49
Hex 1D 7B DB 57 2C 0 E D2 4D 31
Octal 35 173 333 127 54 0 16 322 115 61
Binary 11101 1111011 11011011 1010111 101100 0 1110 11010010 1001101 110001

Color Harmonies of #1D7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7BDB

Black with #1D7BDB

Text Example


Text Example

White with #1D7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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