Html Css Color HEX #1764DB Navy Blue

📋 copy color: '#1764DB'

red 23 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #1764DB

Tints of Navy Blue #1764DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 6.73%
G = 29.24%
B = 64.04%

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

#1764DB (or 0x1764DB) is known color: Navy Blue. HEX triplet: 17, 64 and DB. RGB value is (23,100,219). Sum of RGB (Red+Green+Blue) = 23+100+219=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #1764DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764DB is #E89B24. Grayscale: #595959. Windows color (decimal): -15244069 or 14378007. OLE color: 14378007.

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

Color convert

RGB 23 100 219 -
CMYK 0.89 0.54 0 0.14
HSL 216.43º 0.81% 0.47% -
HSV(B) 216.43º 0.89% 0.86% -
XYZ 17.7 14.41 68.87 -
YUV 90.54 200.49 79.82 -
System Red Green Blue C M Y K H S L
Decimal 23 100 219 0.89 0.54 0 0.14 216.43 0.81 0.47
Hex 17 64 DB 59 36 0 E D8 51 2F
Octal 27 144 333 131 66 0 16 330 121 57
Binary 10111 1100100 11011011 1011001 110110 0 1110 11011000 1010001 101111

Color Harmonies of #1764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1764DB

Black with #1764DB

Text Example


Text Example

White with #1764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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