Html Css Color HEX #0773BE Navy Blue

📋 copy color: '#0773BE'

red 7 ◦ green 115 ◦ blue 190

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

Shades of Navy Blue #0773BE

Tints of Navy Blue #0773BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 2.24%
G = 36.86%
B = 60.9%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0773BE (or 0x0773BE) is known color: Navy Blue. HEX triplet: 07, 73 and BE. RGB value is (7,115,190). Sum of RGB (Red+Green+Blue) = 7+115+190=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #0773BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773BE is #F88C41. Grayscale: #5A5A5A. Windows color (decimal): -16288834 or 12481287. OLE color: 12481287.

HSL color Cylindrical-coordinate representation of color #0773BE: hue angle of 204.59º 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 #0773BE is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 115 190 -
CMYK 0.96 0.39 0 0.25
HSL 204.59º 0.93% 0.39% -
HSV(B) 204.59º 0.96% 0.75% -
XYZ 15.51 16.02 50.99 -
YUV 91.26 183.72 67.9 -
System Red Green Blue C M Y K H S L
Decimal 7 115 190 0.96 0.39 0 0.25 204.59 0.93 0.39
Hex 7 73 BE 60 27 0 19 CD 5D 27
Octal 7 163 276 140 47 0 31 315 135 47
Binary 111 1110011 10111110 1100000 100111 0 11001 11001101 1011101 100111

Color Harmonies of #0773BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0773BE

Black with #0773BE

Text Example


Text Example

White with #0773BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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