Html Css Color HEX #0176CA Navy Blue

📋 copy color: '#0176CA'

red 1 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #0176CA

Tints of Navy Blue #0176CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.93%

R = 0.31%
G = 36.76%
B = 62.93%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0176CA (or 0x0176CA) is known color: Navy Blue. HEX triplet: 01, 76 and CA. RGB value is (1,118,202). Sum of RGB (Red+Green+Blue) = 1+118+202=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #0176CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0176CA is #FE8935. Grayscale: #5C5C5C. Windows color (decimal): -16681270 or 13268481. OLE color: 13268481.

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

Color convert

RGB 1 118 202 -
CMYK 1.00 0.42 0 0.21
HSL 205.07º 0.99% 0.4% -
HSV(B) 205.07º 1% 0.79% -
XYZ 17.15 17.23 58.3 -
YUV 92.59 189.74 62.67 -
System Red Green Blue C M Y K H S L
Decimal 1 118 202 1.00 0.42 0 0.21 205.07 0.99 0.4
Hex 1 76 CA 64 2A 0 15 CD 63 28
Octal 1 166 312 144 52 0 25 315 143 50
Binary 1 1110110 11001010 1100100 101010 0 10101 11001101 1100011 101000

Color Harmonies of #0176CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176CA

Black with #0176CA

Text Example


Text Example

White with #0176CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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