Html Css Color HEX #1762DB Navy Blue

📋 copy color: '#1762DB'

red 23 ◦ green 98 ◦ blue 219

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

Shades of Navy Blue #1762DB

Tints of Navy Blue #1762DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 6.76%
G = 28.82%
B = 64.41%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1762DB (or 0x1762DB) is known color: Navy Blue. HEX triplet: 17, 62 and DB. RGB value is (23,98,219). Sum of RGB (Red+Green+Blue) = 23+98+219=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1762DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1762DB is #E89D24. Grayscale: #585858. Windows color (decimal): -15244581 or 14377495. OLE color: 14377495.

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

Color convert

RGB 23 98 219 -
CMYK 0.89 0.55 0 0.14
HSL 217.04º 0.81% 0.47% -
HSV(B) 217.04º 0.89% 0.86% -
XYZ 17.51 14.03 68.8 -
YUV 89.37 201.15 80.66 -
System Red Green Blue C M Y K H S L
Decimal 23 98 219 0.89 0.55 0 0.14 217.04 0.81 0.47
Hex 17 62 DB 59 37 0 E D9 51 2F
Octal 27 142 333 131 67 0 16 331 121 57
Binary 10111 1100010 11011011 1011001 110111 0 1110 11011001 1010001 101111

Color Harmonies of #1762DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1762DB

Black with #1762DB

Text Example


Text Example

White with #1762DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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