Html Css Color HEX #1766DF Navy Blue

📋 copy color: '#1766DF'

red 23 ◦ green 102 ◦ blue 223

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

Shades of Navy Blue #1766DF

Tints of Navy Blue #1766DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 6.61%
G = 29.31%
B = 64.08%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1766DF (or 0x1766DF) is known color: Navy Blue. HEX triplet: 17, 66 and DF. RGB value is (23,102,223). Sum of RGB (Red+Green+Blue) = 23+102+223=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #1766DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766DF is #E89920. Grayscale: #5B5B5B. Windows color (decimal): -15243553 or 14640663. OLE color: 14640663.

HSL color Cylindrical-coordinate representation of color #1766DF: hue angle of 216.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1766DF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 102 223 -
CMYK 0.90 0.54 0 0.13
HSL 216.3º 0.81% 0.48% -
HSV(B) 216.3º 0.9% 0.87% -
XYZ 18.42 15.01 71.74 -
YUV 92.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 23 102 223 0.90 0.54 0 0.13 216.3 0.81 0.48
Hex 17 66 DF 5A 36 0 D D8 51 30
Octal 27 146 337 132 66 0 15 330 121 60
Binary 10111 1100110 11011111 1011010 110110 0 1101 11011000 1010001 110000

Color Harmonies of #1766DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1766DF

Black with #1766DF

Text Example


Text Example

White with #1766DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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