Html Css Color HEX #1766E5 Navy Blue

📋 copy color: '#1766E5'

red 23 ◦ green 102 ◦ blue 229

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

Shades of Navy Blue #1766E5

Tints of Navy Blue #1766E5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 229 (89.84% from 255) = 64.69%

R = 6.5%
G = 28.81%
B = 64.69%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1766E5 (or 0x1766E5) is known color: Navy Blue. HEX triplet: 17, 66 and E5. RGB value is (23,102,229). Sum of RGB (Red+Green+Blue) = 23+102+229=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #1766E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766E5 is #E8991A. Grayscale: #5C5C5C. Windows color (decimal): -15243547 or 15033879. OLE color: 15033879.

HSL color Cylindrical-coordinate representation of color #1766E5: hue angle of 216.99º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1766E5 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 102 229 -
CMYK 0.90 0.55 0 0.10
HSL 216.99º 0.82% 0.49% -
HSV(B) 216.99º 0.9% 0.9% -
XYZ 19.25 15.34 76.08 -
YUV 92.86 204.83 78.17 -
System Red Green Blue C M Y K H S L
Decimal 23 102 229 0.90 0.55 0 0.10 216.99 0.82 0.49
Hex 17 66 E5 5A 37 0 A D9 52 31
Octal 27 146 345 132 67 0 12 331 122 61
Binary 10111 1100110 11100101 1011010 110111 0 1010 11011001 1010010 110001

Color Harmonies of #1766E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1766E5

Black with #1766E5

Text Example


Text Example

White with #1766E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1766E5; }

 p { color: rgb(23,102,229); }

 H1.HeaderClassName
 {
   color: #1766E5;
 }
 .AnyTagClassName
 {
   color: #1766E5;
 }
</style>

background-color css

<style>
 a { background-color: #1766E5; }

 a { background-color: rgb(23,102,229); }

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

border-color css

<style>
 span { border-color: #1766E5; }

 span { border-color: rgb(23,102,229); }

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