Html Css Color HEX #1764EF Navy Blue

📋 copy color: '#1764EF'

red 23 ◦ green 100 ◦ blue 239

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

Shades of Navy Blue #1764EF

Tints of Navy Blue #1764EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 6.35%
G = 27.62%
B = 66.02%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1764EF (or 0x1764EF) is known color: Navy Blue. HEX triplet: 17, 64 and EF. RGB value is (23,100,239). Sum of RGB (Red+Green+Blue) = 23+100+239=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #1764EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1764EF is #E89B10. Grayscale: #5C5C5C. Windows color (decimal): -15244049 or 15688727. OLE color: 15688727.

HSL color Cylindrical-coordinate representation of color #1764EF: hue angle of 218.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1764EF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 100 239 -
CMYK 0.90 0.58 0 0.06
HSL 218.61º 0.87% 0.51% -
HSV(B) 218.61º 0.9% 0.94% -
XYZ 20.49 15.53 83.58 -
YUV 92.82 210.49 78.2 -
System Red Green Blue C M Y K H S L
Decimal 23 100 239 0.90 0.58 0 0.06 218.61 0.87 0.51
Hex 17 64 EF 5A 3A 0 6 DB 57 33
Octal 27 144 357 132 72 0 6 333 127 63
Binary 10111 1100100 11101111 1011010 111010 0 110 11011011 1010111 110011

Color Harmonies of #1764EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1764EF

Black with #1764EF

Text Example


Text Example

White with #1764EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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