Html Css Color HEX #0077CA Navy Blue

📋 copy color: '#0077CA'

red 0 ◦ green 119 ◦ blue 202

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

Shades of Navy Blue #0077CA

Tints of Navy Blue #0077CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 0%
G = 37.07%
B = 62.93%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0077CA (or 0x0077CA) is known color: Navy Blue. HEX triplet: 00, 77 and CA. RGB value is (0,119,202). Sum of RGB (Red+Green+Blue) = 0+119+202=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #0077CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077CA is #FF8835. Grayscale: #5C5C5C. Windows color (decimal): -16746550 or 13268736. OLE color: 13268736.

HSL color Cylindrical-coordinate representation of color #0077CA: hue angle of 204.65º 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 #0077CA is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 119 202 -
CMYK 1 0.41 0 0.21
HSL 204.65º 1% 0.4% -
HSV(B) 204.65º 1% 0.79% -
XYZ 17.26 17.46 58.34 -
YUV 92.88 189.58 61.75 -
System Red Green Blue C M Y K H S L
Decimal 0 119 202 1 0.41 0 0.21 204.65 1 0.4
Hex 0 77 CA 64 29 0 15 CD 64 28
Octal 0 167 312 144 51 0 25 315 144 50
Binary 0 1110111 11001010 1100100 101001 0 10101 11001101 1100100 101000

Color Harmonies of #0077CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077CA

Black with #0077CA

Text Example


Text Example

White with #0077CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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