Html Css Color HEX #1761DE Navy Blue

📋 copy color: '#1761DE'

red 23 ◦ green 97 ◦ blue 222

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

Shades of Navy Blue #1761DE

Tints of Navy Blue #1761DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.91%

R = 6.73%
G = 28.36%
B = 64.91%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1761DE (or 0x1761DE) is known color: Navy Blue. HEX triplet: 17, 61 and DE. RGB value is (23,97,222). Sum of RGB (Red+Green+Blue) = 23+97+222=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #1761DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761DE is #E89E21. Grayscale: #585858. Windows color (decimal): -15244834 or 14573847. OLE color: 14573847.

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

Color convert

RGB 23 97 222 -
CMYK 0.90 0.56 0 0.13
HSL 217.69º 0.81% 0.48% -
HSV(B) 217.69º 0.9% 0.87% -
XYZ 17.81 14.01 70.87 -
YUV 89.12 202.98 80.84 -
System Red Green Blue C M Y K H S L
Decimal 23 97 222 0.90 0.56 0 0.13 217.69 0.81 0.48
Hex 17 61 DE 5A 38 0 D DA 51 30
Octal 27 141 336 132 70 0 15 332 121 60
Binary 10111 1100001 11011110 1011010 111000 0 1101 11011010 1010001 110000

Color Harmonies of #1761DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761DE

Black with #1761DE

Text Example


Text Example

White with #1761DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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