Html Css Color HEX #0079CA Navy Blue

📋 copy color: '#0079CA'

red 0 ◦ green 121 ◦ blue 202

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

Shades of Navy Blue #0079CA

Tints of Navy Blue #0079CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.54%

R = 0%
G = 37.46%
B = 62.54%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0079CA (or 0x0079CA) is known color: Navy Blue. HEX triplet: 00, 79 and CA. RGB value is (0,121,202). Sum of RGB (Red+Green+Blue) = 0+121+202=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #0079CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0079CA is #FF8635. Grayscale: #5D5D5D. Windows color (decimal): -16746038 or 13269248. OLE color: 13269248.

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

Color convert

RGB 0 121 202 -
CMYK 1 0.40 0 0.21
HSL 204.06º 1% 0.4% -
HSV(B) 204.06º 1% 0.79% -
XYZ 17.5 17.94 58.42 -
YUV 94.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 0 121 202 1 0.40 0 0.21 204.06 1 0.4
Hex 0 79 CA 64 28 0 15 CC 64 28
Octal 0 171 312 144 50 0 25 314 144 50
Binary 0 1111001 11001010 1100100 101000 0 10101 11001100 1100100 101000

Color Harmonies of #0079CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079CA

Black with #0079CA

Text Example


Text Example

White with #0079CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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