#1D74DE

Color #1D74DE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1D74DE

Tints of Navy Blue #1D74DE

Color information

#1D74DE (or 0x1D74DE) is unknown color: approx Navy Blue. HEX triplet: 1D, 74 and DE. RGB value is (29,116,222). Sum of RGB (Red+Green+Blue) = 29+116+222=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D74DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D74DE is #E28B21. Grayscale: #656565. Windows color (decimal): -14846754 or 14578717. OLE color: 14578717.

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

Color convert

RGB29116222-
CMYK0.870.4800.13
HSL212.95º76.89%49.22%-
HSV(B)212.95º86.94%87.06%-
XYZ19.9418.0371.54-
YUV102.07195.6875.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.90%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 60.49%
R=7.90%
G=31.61%
B=60.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal291162220.870.4800.13212.9576.8949.22
Hex1D74DE57300Dd54d31
Octal351643361276001532511561
Binary11101111010011011110101011111000001101110101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,116,222); }

 H1.HeaderClassName
 {
   color: #1D74DE;
 }
 .AnyTagClassName
 {
   color: #1D74DE;
 }
</style>
background-color css

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

 a { background-color: rgb(29,116,222); }

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

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

 span { border-color: rgb(29,116,222); }

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