Html Css Color HEX #0176EC Navy Blue

📋 copy color: '#0176EC'

red 1 ◦ green 118 ◦ blue 236

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

Shades of Navy Blue #0176EC

Tints of Navy Blue #0176EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 0.28%
G = 33.24%
B = 66.48%

CMYK

 C value IS 1.00

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0176EC (or 0x0176EC) is known color: Navy Blue. HEX triplet: 01, 76 and EC. RGB value is (1,118,236). Sum of RGB (Red+Green+Blue) = 1+118+236=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #0176EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176EC is #FE8913. Grayscale: #5F5F5F. Windows color (decimal): -16681236 or 15496705. OLE color: 15496705.

HSL color Cylindrical-coordinate representation of color #0176EC: hue angle of 210.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176EC is Cyan = 1.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 118 236 -
CMYK 1.00 0.5 0 0.07
HSL 210.13º 0.99% 0.46% -
HSV(B) 210.13º 1% 0.93% -
XYZ 21.63 19.02 81.89 -
YUV 96.47 206.74 59.91 -
System Red Green Blue C M Y K H S L
Decimal 1 118 236 1.00 0.5 0 0.07 210.13 0.99 0.46
Hex 1 76 EC 64 32 0 7 D2 63 2E
Octal 1 166 354 144 62 0 7 322 143 56
Binary 1 1110110 11101100 1100100 110010 0 111 11010010 1100011 101110

Color Harmonies of #0176EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176EC

Black with #0176EC

Text Example


Text Example

White with #0176EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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