Html Css Color HEX #0079CC Navy Blue

📋 copy color: '#0079CC'

red 0 ◦ green 121 ◦ blue 204

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

Shades of Navy Blue #0079CC

Tints of Navy Blue #0079CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 0%
G = 37.23%
B = 62.77%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0079CC (or 0x0079CC) is known color: Navy Blue. HEX triplet: 00, 79 and CC. RGB value is (0,121,204). Sum of RGB (Red+Green+Blue) = 0+121+204=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0079CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0079CC is #FF8633. Grayscale: #5D5D5D. Windows color (decimal): -16746036 or 13400320. OLE color: 13400320.

HSL color Cylindrical-coordinate representation of color #0079CC: hue angle of 204.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079CC is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 121 204 -
CMYK 1 0.41 0 0.2
HSL 204.41º 1% 0.4% -
HSV(B) 204.41º 1% 0.8% -
XYZ 17.74 18.03 59.67 -
YUV 94.28 189.91 60.75 -
System Red Green Blue C M Y K H S L
Decimal 0 121 204 1 0.41 0 0.2 204.41 1 0.4
Hex 0 79 CC 64 29 0 14 CC 64 28
Octal 0 171 314 144 51 0 24 314 144 50
Binary 0 1111001 11001100 1100100 101001 0 10100 11001100 1100100 101000

Color Harmonies of #0079CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079CC

Black with #0079CC

Text Example


Text Example

White with #0079CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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