Html Css Color HEX #0179EF Navy Blue

📋 copy color: '#0179EF'

red 1 ◦ green 121 ◦ blue 239

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

Shades of Navy Blue #0179EF

Tints of Navy Blue #0179EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 0.28%
G = 33.52%
B = 66.2%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0179EF (or 0x0179EF) is known color: Navy Blue. HEX triplet: 01, 79 and EF. RGB value is (1,121,239). Sum of RGB (Red+Green+Blue) = 1+121+239=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #0179EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0179EF is #FE8610. Grayscale: #616161. Windows color (decimal): -16680465 or 15694081. OLE color: 15694081.

HSL color Cylindrical-coordinate representation of color #0179EF: hue angle of 209.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0179EF is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 121 239 -
CMYK 1.00 0.49 0 0.06
HSL 209.75º 0.99% 0.47% -
HSV(B) 209.75º 1% 0.94% -
XYZ 22.43 19.91 84.32 -
YUV 98.57 207.24 58.41 -
System Red Green Blue C M Y K H S L
Decimal 1 121 239 1.00 0.49 0 0.06 209.75 0.99 0.47
Hex 1 79 EF 64 31 0 6 D2 63 2F
Octal 1 171 357 144 61 0 6 322 143 57
Binary 1 1111001 11101111 1100100 110001 0 110 11010010 1100011 101111

Color Harmonies of #0179EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0179EF

Black with #0179EF

Text Example


Text Example

White with #0179EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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