Html Css Color HEX #1676DF Navy Blue

📋 copy color: '#1676DF'

red 22 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #1676DF

Tints of Navy Blue #1676DF

RGB

 RED value IS 22 (8.98% from 255) = 6.06%

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 6.06%
G = 32.51%
B = 61.43%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1676DF (or 0x1676DF) is known color: Navy Blue. HEX triplet: 16, 76 and DF. RGB value is (22,118,223). Sum of RGB (Red+Green+Blue) = 22+118+223=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1676DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1676DF is #E98920. Grayscale: #646464. Windows color (decimal): -15304993 or 14644758. OLE color: 14644758.

HSL color Cylindrical-coordinate representation of color #1676DF: hue angle of 211.34º degrees, saturation: 0.82, 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 #1676DF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 118 223 -
CMYK 0.90 0.47 0 0.13
HSL 211.34º 0.82% 0.48% -
HSV(B) 211.34º 0.9% 0.87% -
XYZ 20.13 18.46 72.31 -
YUV 101.27 196.7 71.46 -
System Red Green Blue C M Y K H S L
Decimal 22 118 223 0.90 0.47 0 0.13 211.34 0.82 0.48
Hex 16 76 DF 5A 2F 0 D D3 52 30
Octal 26 166 337 132 57 0 15 323 122 60
Binary 10110 1110110 11011111 1011010 101111 0 1101 11010011 1010010 110000

Color Harmonies of #1676DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1676DF

Black with #1676DF

Text Example


Text Example

White with #1676DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,118,223); }

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

background-color css

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

 a { background-color: rgb(22,118,223); }

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

border-color css

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

 span { border-color: rgb(22,118,223); }

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