Html Css Color HEX #0079EB Navy Blue

📋 copy color: '#0079EB'

red 0 ◦ green 121 ◦ blue 235

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

Shades of Navy Blue #0079EB

Tints of Navy Blue #0079EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 0%
G = 33.99%
B = 66.01%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0079EB (or 0x0079EB) is known color: Navy Blue. HEX triplet: 00, 79 and EB. RGB value is (0,121,235). Sum of RGB (Red+Green+Blue) = 0+121+235=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #0079EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0079EB is #FF8614. Grayscale: #616161. Windows color (decimal): -16746005 or 15431936. OLE color: 15431936.

HSL color Cylindrical-coordinate representation of color #0079EB: hue angle of 209.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079EB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 121 235 -
CMYK 1 0.49 0 0.08
HSL 209.11º 1% 0.46% -
HSV(B) 209.11º 1% 0.92% -
XYZ 21.83 19.67 81.24 -
YUV 97.82 205.41 58.23 -
System Red Green Blue C M Y K H S L
Decimal 0 121 235 1 0.49 0 0.08 209.11 1 0.46
Hex 0 79 EB 64 31 0 8 D1 64 2E
Octal 0 171 353 144 61 0 10 321 144 56
Binary 0 1111001 11101011 1100100 110001 0 1000 11010001 1100100 101110

Color Harmonies of #0079EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079EB

Black with #0079EB

Text Example


Text Example

White with #0079EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0079EB; }

 p { color: rgb(0,121,235); }

 H1.HeaderClassName
 {
   color: #0079EB;
 }
 .AnyTagClassName
 {
   color: #0079EB;
 }
</style>

background-color css

<style>
 a { background-color: #0079EB; }

 a { background-color: rgb(0,121,235); }

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

border-color css

<style>
 span { border-color: #0079EB; }

 span { border-color: rgb(0,121,235); }

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