Html Css Color HEX #0176CD Navy Blue

📋 copy color: '#0176CD'

red 1 ◦ green 118 ◦ blue 205

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

Shades of Navy Blue #0176CD

Tints of Navy Blue #0176CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 0.31%
G = 36.42%
B = 63.27%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0176CD (or 0x0176CD) is known color: Navy Blue. HEX triplet: 01, 76 and CD. RGB value is (1,118,205). Sum of RGB (Red+Green+Blue) = 1+118+205=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #0176CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0176CD is #FE8932. Grayscale: #5C5C5C. Windows color (decimal): -16681267 or 13465089. OLE color: 13465089.

HSL color Cylindrical-coordinate representation of color #0176CD: hue angle of 205.59º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176CD is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 118 205 -
CMYK 1.00 0.42 0 0.20
HSL 205.59º 0.99% 0.4% -
HSV(B) 205.59º 1% 0.8% -
XYZ 17.51 17.37 60.19 -
YUV 92.94 191.24 62.43 -
System Red Green Blue C M Y K H S L
Decimal 1 118 205 1.00 0.42 0 0.20 205.59 0.99 0.4
Hex 1 76 CD 64 2A 0 14 CE 63 28
Octal 1 166 315 144 52 0 24 316 143 50
Binary 1 1110110 11001101 1100100 101010 0 10100 11001110 1100011 101000

Color Harmonies of #0176CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176CD

Black with #0176CD

Text Example


Text Example

White with #0176CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0176CD; }

 p { color: rgb(1,118,205); }

 H1.HeaderClassName
 {
   color: #0176CD;
 }
 .AnyTagClassName
 {
   color: #0176CD;
 }
</style>

background-color css

<style>
 a { background-color: #0176CD; }

 a { background-color: rgb(1,118,205); }

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

border-color css

<style>
 span { border-color: #0176CD; }

 span { border-color: rgb(1,118,205); }

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