#1761DB

Color #1761DB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1761DB

Tints of Navy Blue #1761DB

Color information

#1761DB (or 0x1761DB) is unknown color: approx 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

RGB2397219-
CMYK0.890.5600.14
HSL217.35º80.99%47.45%-
HSV(B)217.35º89.5%85.88%-
XYZ17.4113.8568.77-
YUV88.78201.4881.08-

RGB Variations

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

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.60%
R=6.78%
G=28.61%
B=64.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal23972190.890.5600.14217.3580.9947.45
Hex1761DB59380Ed9512f
Octal271413331317001633112157
Binary10111110000111011011101100111100001110110110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1761DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>