Html Css Color HEX #1677CC Navy Blue

📋 copy color: '#1677CC'

red 22 ◦ green 119 ◦ blue 204

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

Shades of Navy Blue #1677CC

Tints of Navy Blue #1677CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 6.38%
G = 34.49%
B = 59.13%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1677CC (or 0x1677CC) is known color: Navy Blue. HEX triplet: 16, 77 and CC. RGB value is (22,119,204). Sum of RGB (Red+Green+Blue) = 22+119+204=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #1677CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677CC is #E98833. Grayscale: #636363. Windows color (decimal): -15304756 or 13399830. OLE color: 13399830.

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

Color convert

RGB 22 119 204 -
CMYK 0.89 0.42 0 0.2
HSL 208.02º 0.81% 0.44% -
HSV(B) 208.02º 0.89% 0.8% -
XYZ 17.83 17.72 59.61 -
YUV 99.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 22 119 204 0.89 0.42 0 0.2 208.02 0.81 0.44
Hex 16 77 CC 59 2A 0 14 D0 51 2C
Octal 26 167 314 131 52 0 24 320 121 54
Binary 10110 1110111 11001100 1011001 101010 0 10100 11010000 1010001 101100

Color Harmonies of #1677CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1677CC

Black with #1677CC

Text Example


Text Example

White with #1677CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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