Html Css Color HEX #1761DB Navy Blue

📋 copy color: '#1761DB'

red 23 ◦ green 97 ◦ blue 219

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

Shades of Navy Blue #1761DB

Tints of Navy Blue #1761DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 6.78%
G = 28.61%
B = 64.6%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1761DB (or 0x1761DB) is known color: Navy Blue. HEX triplet: 17, 61 and DB. RGB value is (23,97,219). Sum of RGB (Red+Green+Blue) = 23+97+219=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #1761DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761DB is #E89E24. Grayscale: #585858. Windows color (decimal): -15244837 or 14377239. OLE color: 14377239.

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

Color convert

RGB 23 97 219 -
CMYK 0.89 0.56 0 0.14
HSL 217.35º 0.81% 0.47% -
HSV(B) 217.35º 0.89% 0.86% -
XYZ 17.41 13.85 68.77 -
YUV 88.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 23 97 219 0.89 0.56 0 0.14 217.35 0.81 0.47
Hex 17 61 DB 59 38 0 E D9 51 2F
Octal 27 141 333 131 70 0 16 331 121 57
Binary 10111 1100001 11011011 1011001 111000 0 1110 11011001 1010001 101111

Color Harmonies of #1761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761DB

Black with #1761DB

Text Example


Text Example

White with #1761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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