Html Css Color HEX #0177C1 Navy Blue

📋 copy color: '#0177C1'

red 1 ◦ green 119 ◦ blue 193

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

Shades of Navy Blue #0177C1

Tints of Navy Blue #0177C1

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 193 (75.78% from 255) = 61.66%

R = 0.32%
G = 38.02%
B = 61.66%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0177C1 (or 0x0177C1) is known color: Navy Blue. HEX triplet: 01, 77 and C1. RGB value is (1,119,193). Sum of RGB (Red+Green+Blue) = 1+119+193=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #0177C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0177C1 is #FE883E. Grayscale: #5B5B5B. Windows color (decimal): -16681023 or 12678913. OLE color: 12678913.

HSL color Cylindrical-coordinate representation of color #0177C1: hue angle of 203.12º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0177C1 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 119 193 -
CMYK 0.99 0.38 0 0.24
HSL 203.13º 0.99% 0.38% -
HSV(B) 203.13º 0.99% 0.76% -
XYZ 16.23 17.05 52.89 -
YUV 92.15 184.91 62.98 -
System Red Green Blue C M Y K H S L
Decimal 1 119 193 0.99 0.38 0 0.24 203.13 0.99 0.38
Hex 1 77 C1 63 26 0 18 CB 63 26
Octal 1 167 301 143 46 0 30 313 143 46
Binary 1 1110111 11000001 1100011 100110 0 11000 11001011 1100011 100110

Color Harmonies of #0177C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177C1

Black with #0177C1

Text Example


Text Example

White with #0177C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0177C1; }

 p { color: rgb(1,119,193); }

 H1.HeaderClassName
 {
   color: #0177C1;
 }
 .AnyTagClassName
 {
   color: #0177C1;
 }
</style>

background-color css

<style>
 a { background-color: #0177C1; }

 a { background-color: rgb(1,119,193); }

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

border-color css

<style>
 span { border-color: #0177C1; }

 span { border-color: rgb(1,119,193); }

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