Html Css Color HEX #0079EE Navy Blue

📋 copy color: '#0079EE'

red 0 ◦ green 121 ◦ blue 238

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

Shades of Navy Blue #0079EE

Tints of Navy Blue #0079EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.3%

R = 0%
G = 33.7%
B = 66.3%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0079EE (or 0x0079EE) is known color: Navy Blue. HEX triplet: 00, 79 and EE. RGB value is (0,121,238). Sum of RGB (Red+Green+Blue) = 0+121+238=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #0079EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0079EE is #FF8611. Grayscale: #616161. Windows color (decimal): -16746002 or 15628544. OLE color: 15628544.

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

Color convert

RGB 0 121 238 -
CMYK 1 0.49 0 0.07
HSL 209.5º 1% 0.47% -
HSV(B) 209.5º 1% 0.93% -
XYZ 22.27 19.85 83.55 -
YUV 98.16 206.91 57.99 -
System Red Green Blue C M Y K H S L
Decimal 0 121 238 1 0.49 0 0.07 209.5 1 0.47
Hex 0 79 EE 64 31 0 7 D1 64 2F
Octal 0 171 356 144 61 0 7 321 144 57
Binary 0 1111001 11101110 1100100 110001 0 111 11010001 1100100 101111

Color Harmonies of #0079EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079EE

Black with #0079EE

Text Example


Text Example

White with #0079EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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