Html Css Color HEX #1765DB Navy Blue

📋 copy color: '#1765DB'

red 23 ◦ green 101 ◦ blue 219

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

Shades of Navy Blue #1765DB

Tints of Navy Blue #1765DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 6.71%
G = 29.45%
B = 63.85%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1765DB (or 0x1765DB) is known color: Navy Blue. HEX triplet: 17, 65 and DB. RGB value is (23,101,219). Sum of RGB (Red+Green+Blue) = 23+101+219=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1765DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1765DB is #E89A24. Grayscale: #5A5A5A. Windows color (decimal): -15243813 or 14378263. OLE color: 14378263.

HSL color Cylindrical-coordinate representation of color #1765DB: hue angle of 216.12º 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 #1765DB is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 101 219 -
CMYK 0.89 0.54 0 0.14
HSL 216.12º 0.81% 0.47% -
HSV(B) 216.12º 0.89% 0.86% -
XYZ 17.79 14.6 68.9 -
YUV 91.13 200.16 79.41 -
System Red Green Blue C M Y K H S L
Decimal 23 101 219 0.89 0.54 0 0.14 216.12 0.81 0.47
Hex 17 65 DB 59 36 0 E D8 51 2F
Octal 27 145 333 131 66 0 16 330 121 57
Binary 10111 1100101 11011011 1011001 110110 0 1110 11011000 1010001 101111

Color Harmonies of #1765DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1765DB

Black with #1765DB

Text Example


Text Example

White with #1765DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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