#1760DE

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

Shades of Navy Blue #1760DE

Tints of Navy Blue #1760DE

Color information

#1760DE (or 0x1760DE) is unknown color: approx Navy Blue. HEX triplet: 17, 60 and DE. RGB value is (23,96,222). Sum of RGB (Red+Green+Blue) = 23+96+222=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #1760DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1760DE is #E89F21. Grayscale: #575757. Windows color (decimal): -15245090 or 14573591. OLE color: 14573591.

HSL color Cylindrical-coordinate representation of color #1760DE: hue angle of 217.99º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1760DE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2396222-
CMYK0.900.5700.13
HSL217.99º81.22%48.04%-
HSV(B)217.99º89.64%87.06%-
XYZ17.7213.8270.84-
YUV88.54203.3281.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.74%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 222 (87.11% from 255) = 65.10%
R=6.74%
G=28.15%
B=65.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal23962220.900.5700.13217.9981.2248.04
Hex1760DE5A390Dda5130
Octal271403361327101533212160
Binary10111110000011011110101101011100101101110110101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1760DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1760DE; }

 p { color: rgb(23,96,222); }

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

<style>
 a { background-color: #1760DE; }

 a { background-color: rgb(23,96,222); }

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

<style>
 span { border-color: #1760DE; }

 span { border-color: rgb(23,96,222); }

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