Html Css Color HEX #1761DF Navy Blue

📋 copy color: '#1761DF'

red 23 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #1761DF

Tints of Navy Blue #1761DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

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

R = 6.71%
G = 28.28%
B = 65.01%

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

#1761DF (or 0x1761DF) is known color: Navy Blue. HEX triplet: 17, 61 and DF. RGB value is (23,97,223). Sum of RGB (Red+Green+Blue) = 23+97+223=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #1761DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761DF is #E89E20. Grayscale: #585858. Windows color (decimal): -15244833 or 14639383. OLE color: 14639383.

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

Color convert

RGB 23 97 223 -
CMYK 0.90 0.57 0 0.13
HSL 217.8º 0.81% 0.48% -
HSV(B) 217.8º 0.9% 0.87% -
XYZ 17.95 14.06 71.58 -
YUV 89.24 203.48 80.75 -
System Red Green Blue C M Y K H S L
Decimal 23 97 223 0.90 0.57 0 0.13 217.8 0.81 0.48
Hex 17 61 DF 5A 39 0 D DA 51 30
Octal 27 141 337 132 71 0 15 332 121 60
Binary 10111 1100001 11011111 1011010 111001 0 1101 11011010 1010001 110000

Color Harmonies of #1761DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761DF

Black with #1761DF

Text Example


Text Example

White with #1761DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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