Html Css Color HEX #0179EC Navy Blue

📋 copy color: '#0179EC'

red 1 ◦ green 121 ◦ blue 236

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

Shades of Navy Blue #0179EC

Tints of Navy Blue #0179EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

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

R = 0.28%
G = 33.8%
B = 65.92%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0179EC (or 0x0179EC) is known color: Navy Blue. HEX triplet: 01, 79 and EC. RGB value is (1,121,236). Sum of RGB (Red+Green+Blue) = 1+121+236=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #0179EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0179EC is #FE8613. Grayscale: #616161. Windows color (decimal): -16680468 or 15497473. OLE color: 15497473.

HSL color Cylindrical-coordinate representation of color #0179EC: hue angle of 209.36º 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 #0179EC is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 121 236 -
CMYK 1.00 0.49 0 0.07
HSL 209.36º 0.99% 0.46% -
HSV(B) 209.36º 1% 0.93% -
XYZ 21.99 19.74 82.01 -
YUV 98.23 205.74 58.65 -
System Red Green Blue C M Y K H S L
Decimal 1 121 236 1.00 0.49 0 0.07 209.36 0.99 0.46
Hex 1 79 EC 64 31 0 7 D1 63 2E
Octal 1 171 354 144 61 0 7 321 143 56
Binary 1 1111001 11101100 1100100 110001 0 111 11010001 1100011 101110

Color Harmonies of #0179EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0179EC

Black with #0179EC

Text Example


Text Example

White with #0179EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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