Html Css Color HEX #1D78DF Navy Blue

📋 copy color: '#1D78DF'

red 29 ◦ green 120 ◦ blue 223

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

Shades of Navy Blue #1D78DF

Tints of Navy Blue #1D78DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 7.8%
G = 32.26%
B = 59.95%

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

#1D78DF (or 0x1D78DF) is known color: Navy Blue. HEX triplet: 1D, 78 and DF. RGB value is (29,120,223). Sum of RGB (Red+Green+Blue) = 29+120+223=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D78DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D78DF is #E28720. Grayscale: #686868. Windows color (decimal): -14845729 or 14645277. OLE color: 14645277.

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

Color convert

RGB 29 120 223 -
CMYK 0.87 0.46 0 0.13
HSL 211.86º 0.77% 0.49% -
HSV(B) 211.86º 0.87% 0.87% -
XYZ 20.54 19.02 72.4 -
YUV 104.53 194.85 74.12 -
System Red Green Blue C M Y K H S L
Decimal 29 120 223 0.87 0.46 0 0.13 211.86 0.77 0.49
Hex 1D 78 DF 57 2E 0 D D4 4D 31
Octal 35 170 337 127 56 0 15 324 115 61
Binary 11101 1111000 11011111 1010111 101110 0 1101 11010100 1001101 110001

Color Harmonies of #1D78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D78DF

Black with #1D78DF

Text Example


Text Example

White with #1D78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,120,223); }

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

background-color css

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

 a { background-color: rgb(29,120,223); }

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

border-color css

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

 span { border-color: rgb(29,120,223); }

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