Html Css Color HEX #1760DC Navy Blue

📋 copy color: '#1760DC'

red 23 ◦ green 96 ◦ blue 220

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

Shades of Navy Blue #1760DC

Tints of Navy Blue #1760DC

RGB

 RED value IS 23 (9.38% from 255) = 6.78%

 GREEN value IS 96 (37.89% from 255) = 28.32%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 6.78%
G = 28.32%
B = 64.9%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1760DC (or 0x1760DC) is known color: Navy Blue. HEX triplet: 17, 60 and DC. RGB value is (23,96,220). Sum of RGB (Red+Green+Blue) = 23+96+220=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #1760DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1760DC is #E89F23. Grayscale: #575757. Windows color (decimal): -15245092 or 14442519. OLE color: 14442519.

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

Color convert

RGB 23 96 220 -
CMYK 0.90 0.56 0 0.14
HSL 217.77º 0.81% 0.48% -
HSV(B) 217.77º 0.9% 0.86% -
XYZ 17.45 13.72 69.44 -
YUV 88.31 202.32 81.42 -
System Red Green Blue C M Y K H S L
Decimal 23 96 220 0.90 0.56 0 0.14 217.77 0.81 0.48
Hex 17 60 DC 5A 38 0 E DA 51 30
Octal 27 140 334 132 70 0 16 332 121 60
Binary 10111 1100000 11011100 1011010 111000 0 1110 11011010 1010001 110000

Color Harmonies of #1760DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1760DC

Black with #1760DC

Text Example


Text Example

White with #1760DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1760DC;
 }
 .AnyTagClassName
 {
   color: #1760DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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