Html Css Color HEX #1761DA Navy Blue

📋 copy color: '#1761DA'

red 23 ◦ green 97 ◦ blue 218

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

Shades of Navy Blue #1761DA

Tints of Navy Blue #1761DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 6.8%
G = 28.7%
B = 64.5%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1761DA (or 0x1761DA) is known color: Navy Blue. HEX triplet: 17, 61 and DA. RGB value is (23,97,218). Sum of RGB (Red+Green+Blue) = 23+97+218=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #1761DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761DA is #E89E25. Grayscale: #585858. Windows color (decimal): -15244838 or 14311703. OLE color: 14311703.

HSL color Cylindrical-coordinate representation of color #1761DA: hue angle of 217.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1761DA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 97 218 -
CMYK 0.89 0.56 0 0.15
HSL 217.23º 0.81% 0.47% -
HSV(B) 217.23º 0.89% 0.85% -
XYZ 17.28 13.79 68.08 -
YUV 88.67 200.98 81.16 -
System Red Green Blue C M Y K H S L
Decimal 23 97 218 0.89 0.56 0 0.15 217.23 0.81 0.47
Hex 17 61 DA 59 38 0 F D9 51 2F
Octal 27 141 332 131 70 0 17 331 121 57
Binary 10111 1100001 11011010 1011001 111000 0 1111 11011001 1010001 101111

Color Harmonies of #1761DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761DA

Black with #1761DA

Text Example


Text Example

White with #1761DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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