Html Css Color HEX #0077EC Navy Blue

📋 copy color: '#0077EC'

red 0 ◦ green 119 ◦ blue 236

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

Shades of Navy Blue #0077EC

Tints of Navy Blue #0077EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 0%
G = 33.52%
B = 66.48%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0077EC (or 0x0077EC) is known color: Navy Blue. HEX triplet: 00, 77 and EC. RGB value is (0,119,236). Sum of RGB (Red+Green+Blue) = 0+119+236=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #0077EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0077EC is #FF8813. Grayscale: #606060. Windows color (decimal): -16746516 or 15496960. OLE color: 15496960.

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

Color convert

RGB 0 119 236 -
CMYK 1 0.50 0 0.07
HSL 209.75º 1% 0.46% -
HSV(B) 209.75º 1% 0.93% -
XYZ 21.74 19.25 81.93 -
YUV 96.76 206.58 58.99 -
System Red Green Blue C M Y K H S L
Decimal 0 119 236 1 0.50 0 0.07 209.75 1 0.46
Hex 0 77 EC 64 32 0 7 D2 64 2E
Octal 0 167 354 144 62 0 7 322 144 56
Binary 0 1110111 11101100 1100100 110010 0 111 11010010 1100100 101110

Color Harmonies of #0077EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077EC

Black with #0077EC

Text Example


Text Example

White with #0077EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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