Html Css Color HEX #1760DF Navy Blue

📋 copy color: '#1760DF'

red 23 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #1760DF

Tints of Navy Blue #1760DF

RGB

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

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

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

R = 6.73%
G = 28.07%
B = 65.2%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1760DF (or 0x1760DF) is known color: Navy Blue. HEX triplet: 17, 60 and DF. RGB value is (23,96,223). Sum of RGB (Red+Green+Blue) = 23+96+223=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #1760DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1760DF is #E89F20. Grayscale: #585858. Windows color (decimal): -15245089 or 14639127. OLE color: 14639127.

HSL color Cylindrical-coordinate representation of color #1760DF: hue angle of 218.1º 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 #1760DF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 96 223 -
CMYK 0.90 0.57 0 0.13
HSL 218.1º 0.81% 0.48% -
HSV(B) 218.1º 0.9% 0.87% -
XYZ 17.86 13.88 71.55 -
YUV 88.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 23 96 223 0.90 0.57 0 0.13 218.1 0.81 0.48
Hex 17 60 DF 5A 39 0 D DA 51 30
Octal 27 140 337 132 71 0 15 332 121 60
Binary 10111 1100000 11011111 1011010 111001 0 1101 11011010 1010001 110000

Color Harmonies of #1760DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1760DF

Black with #1760DF

Text Example


Text Example

White with #1760DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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