Html Css Color HEX #0773C0 Navy Blue

📋 copy color: '#0773C0'

red 7 ◦ green 115 ◦ blue 192

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

Shades of Navy Blue #0773C0

Tints of Navy Blue #0773C0

RGB

 RED value IS 7 (3.13% from 255) = 2.23%

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 2.23%
G = 36.62%
B = 61.15%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0773C0 (or 0x0773C0) is known color: Navy Blue. HEX triplet: 07, 73 and C0. RGB value is (7,115,192). Sum of RGB (Red+Green+Blue) = 7+115+192=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #0773C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773C0 is #F88C3F. Grayscale: #5B5B5B. Windows color (decimal): -16288832 or 12612359. OLE color: 12612359.

HSL color Cylindrical-coordinate representation of color #0773C0: hue angle of 204.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0773C0 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 115 192 -
CMYK 0.96 0.40 0 0.25
HSL 204.97º 0.93% 0.39% -
HSV(B) 204.97º 0.96% 0.75% -
XYZ 15.73 16.11 52.15 -
YUV 91.49 184.72 67.74 -
System Red Green Blue C M Y K H S L
Decimal 7 115 192 0.96 0.40 0 0.25 204.97 0.93 0.39
Hex 7 73 C0 60 28 0 19 CD 5D 27
Octal 7 163 300 140 50 0 31 315 135 47
Binary 111 1110011 11000000 1100000 101000 0 11001 11001101 1011101 100111

Color Harmonies of #0773C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0773C0

Black with #0773C0

Text Example


Text Example

White with #0773C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0773C0; }

 p { color: rgb(7,115,192); }

 H1.HeaderClassName
 {
   color: #0773C0;
 }
 .AnyTagClassName
 {
   color: #0773C0;
 }
</style>

background-color css

<style>
 a { background-color: #0773C0; }

 a { background-color: rgb(7,115,192); }

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

border-color css

<style>
 span { border-color: #0773C0; }

 span { border-color: rgb(7,115,192); }

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