Html Css Color HEX #1677CE Navy Blue

📋 copy color: '#1677CE'

red 22 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #1677CE

Tints of Navy Blue #1677CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 6.34%
G = 34.29%
B = 59.37%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1677CE (or 0x1677CE) is known color: Navy Blue. HEX triplet: 16, 77 and CE. RGB value is (22,119,206). Sum of RGB (Red+Green+Blue) = 22+119+206=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #1677CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677CE is #E98831. Grayscale: #636363. Windows color (decimal): -15304754 or 13530902. OLE color: 13530902.

HSL color Cylindrical-coordinate representation of color #1677CE: hue angle of 208.37º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1677CE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 119 206 -
CMYK 0.89 0.42 0 0.19
HSL 208.37º 0.81% 0.45% -
HSV(B) 208.37º 0.89% 0.81% -
XYZ 18.07 17.82 60.88 -
YUV 99.92 187.86 72.43 -
System Red Green Blue C M Y K H S L
Decimal 22 119 206 0.89 0.42 0 0.19 208.37 0.81 0.45
Hex 16 77 CE 59 2A 0 13 D0 51 2D
Octal 26 167 316 131 52 0 23 320 121 55
Binary 10110 1110111 11001110 1011001 101010 0 10011 11010000 1010001 101101

Color Harmonies of #1677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1677CE

Black with #1677CE

Text Example


Text Example

White with #1677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1677CE; }

 p { color: rgb(22,119,206); }

 H1.HeaderClassName
 {
   color: #1677CE;
 }
 .AnyTagClassName
 {
   color: #1677CE;
 }
</style>

background-color css

<style>
 a { background-color: #1677CE; }

 a { background-color: rgb(22,119,206); }

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

border-color css

<style>
 span { border-color: #1677CE; }

 span { border-color: rgb(22,119,206); }

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