Html Css Color HEX #1D6FDB Navy Blue

📋 copy color: '#1D6FDB'

red 29 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #1D6FDB

Tints of Navy Blue #1D6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

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

R = 8.08%
G = 30.92%
B = 61%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D6FDB (or 0x1D6FDB) is known color: Navy Blue. HEX triplet: 1D, 6F and DB. RGB value is (29,111,219). Sum of RGB (Red+Green+Blue) = 29+111+219=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6FDB is #E29024. Grayscale: #626262. Windows color (decimal): -14848037 or 14380829. OLE color: 14380829.

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

Color convert

RGB 29 111 219 -
CMYK 0.87 0.49 0 0.14
HSL 214.11º 0.77% 0.49% -
HSV(B) 214.11º 0.87% 0.86% -
XYZ 18.98 16.74 69.25 -
YUV 98.79 195.83 78.22 -
System Red Green Blue C M Y K H S L
Decimal 29 111 219 0.87 0.49 0 0.14 214.11 0.77 0.49
Hex 1D 6F DB 57 31 0 E D6 4D 31
Octal 35 157 333 127 61 0 16 326 115 61
Binary 11101 1101111 11011011 1010111 110001 0 1110 11010110 1001101 110001

Color Harmonies of #1D6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6FDB

Black with #1D6FDB

Text Example


Text Example

White with #1D6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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